LazMapViewer: TMarkerEditorPlugin modification for issue #39124
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9754 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
9b1fe48c83
commit
a8fb0d25c5
@ -1018,7 +1018,8 @@ begin
|
||||
end else
|
||||
exit;
|
||||
|
||||
if (AShift * FShiftToExtendSelection = FShiftToExtendSelection) then
|
||||
// if (AShift * FShiftToExtendSelection = FShiftToExtendSelection) then // issue #39124
|
||||
if (AShift = FShiftToExtendSelection) then
|
||||
Include(FState, psExtendingSelection)
|
||||
else
|
||||
Exclude(FState, psExtendingSelection);
|
||||
|
Loading…
Reference in New Issue
Block a user