mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 08:28:14 +02:00
removed csDoubleClick from ControlStyle, it hasn't a double click event after all (fixes issue #1265)
git-svn-id: trunk@8806 -
This commit is contained in:
parent
599bce7c87
commit
94db97fade
@ -92,6 +92,7 @@ end;
|
||||
constructor TArrow.Create(AOwner: TComponent);
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
ControlStyle := ControlStyle - [csDoubleClicks];
|
||||
fCompStyle := csArrow;
|
||||
fArrowType := atLeft;
|
||||
fShadowType := stEtchedIn;
|
||||
|
Loading…
Reference in New Issue
Block a user