mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 17:21:27 +02:00
IDE: designer: right click only selects if Shift=[]
git-svn-id: trunk@13345 -
This commit is contained in:
parent
09d6e02546
commit
32c3be189a
@ -1620,7 +1620,8 @@ Begin
|
||||
// right click -> popup menu
|
||||
DisableRubberBand;
|
||||
if EnvironmentOptions.RightClickSelects
|
||||
and (not ControlSelection.IsSelected(MouseDownComponent)) then
|
||||
and (not ControlSelection.IsSelected(MouseDownComponent))
|
||||
and (Shift=[]) then
|
||||
PointSelect;
|
||||
PopupMenuComponentEditor:=GetComponentEditorForSelection;
|
||||
BuildPopupMenu;
|
||||
|
Loading…
Reference in New Issue
Block a user