LazMapviewer: Moved SelectedAreaChangedEvent to the end of MouseUp in mvareaselectionplugin.pas (patch by Ekkehard Domning)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9614 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
025bbdb0d2
commit
d334b73843
@ -876,8 +876,6 @@ begin
|
||||
FSelectedAreaChangingEvent(Self, lRect0, chgAllowed);
|
||||
if chgAllowed then
|
||||
FSelectedArea.Init(lRect0.TopLeft, lRect0.BottomRight);
|
||||
if Assigned(FSelectedAreaChangedEvent) then
|
||||
FSelectedAreaChangedEvent(Self);
|
||||
MapView.Invalidate; // redraw the map
|
||||
end;
|
||||
end;
|
||||
@ -899,6 +897,8 @@ begin
|
||||
end;
|
||||
SetupRectShifter; // Setup the HelperClass for the current setting
|
||||
Handled := True;
|
||||
if Assigned(FSelectedAreaChangedEvent) then
|
||||
FSelectedAreaChangedEvent(Self);
|
||||
end;
|
||||
|
||||
procedure TAreaSelectionPlugin.MouseDown(AMapView: TMapView;
|
||||
|
Loading…
Reference in New Issue
Block a user