LCL: Remove csDesignInteractive from ControlStyle of TControlBar. Issue #32813.

git-svn-id: trunk@56716 -
This commit is contained in:
juha 2017-12-14 06:58:47 +00:00
parent eda7fd2cd0
commit b94d5f4104

View File

@ -66,7 +66,7 @@ begin
FBands := TCtrlBands.Create(True);
inherited Create(AOwner);
ControlStyle := [csAcceptsControls, csAutoSizeKeepChildLeft, csAutoSizeKeepChildTop,
csCaptureMouse, csClickEvents, csDesignInteractive,
csCaptureMouse, csClickEvents,
csDoubleClicks, csOpaque, csParentBackground];
FAutoDrag := True;
FAutoDock := True;