Changeset 278

Show
Ignore:
Timestamp:
05/11/07 14:42:57 (1 year ago)
Author:
tom
Message:

fix bug where markers and overlays could be left unaligned

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/AS3/as3/lib/com/modestmaps/core/TileGrid.as

    r264 r278  
    519519                _map.onStopPan(); 
    520520                if (_wellDragTask) { 
    521                         _wellDragTask.cancel(); 
    522                     } 
     521                    _wellDragTask.call(); // issue final onPan, notify markers, etc. 
     522                    _wellDragTask.cancel(); // but cancel the follow-on call 
     523                } 
    523524                _well.stopDrag(); 
    524525