mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 09:27:50 +01:00
LCL: Remove csDesignInteractive from ControlStyle of TControlBar. Issue #32813.
git-svn-id: trunk@56716 -
This commit is contained in:
parent
eda7fd2cd0
commit
b94d5f4104
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user