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:
wp_xxyyzz 2025-05-22 17:14:06 +00:00
parent 9b1fe48c83
commit a8fb0d25c5

View File

@ -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);