fixed Ctrl child selection

git-svn-id: trunk@2216 -
This commit is contained in:
mattias 2002-08-17 23:41:08 +00:00
parent e91d6c41ff
commit 16d0352830

View File

@ -569,6 +569,9 @@ Begin
// no grabber resizing
CompIndex:=ControlSelection.IndexOf(MouseDownComponent);
if ssCtrl in Shift then begin
// child selection
end else begin
if (ssShift in Shift) then begin
// shift key pressed (multiselection)
@ -606,6 +609,7 @@ Begin
InvalidateWithParent(MouseDownComponent);
end;
end;
end;
end else begin
// mouse down on grabber -> begin sizing
// grabber is already activated