mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 00:20:24 +02:00
reverted previous commit, Lazarus uses TSpeedButton.OnDblClick in the component bar
git-svn-id: trunk@10909 -
This commit is contained in:
parent
81ec2d6fa8
commit
395cbb23b9
@ -387,6 +387,7 @@ type
|
||||
property Transparent;
|
||||
property Visible;
|
||||
property OnClick;
|
||||
property OnDblClick;
|
||||
property OnMouseDown;
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
|
@ -40,7 +40,7 @@ begin
|
||||
FGlyph.OnChange := @GlyphChanged;
|
||||
|
||||
SetInitialBounds(0, 0, 23, 22);
|
||||
ControlStyle := ControlStyle - [csSetCaption, csDoubleClicks];
|
||||
ControlStyle := ControlStyle + [csCaptureMouse]-[csSetCaption];
|
||||
|
||||
FLayout:= blGlyphLeft;
|
||||
FAllowAllUp:= false;
|
||||
|
Loading…
Reference in New Issue
Block a user