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:
vincents 2006-02-23 11:20:43 +00:00
parent 599bce7c87
commit 94db97fade

View File

@ -92,6 +92,7 @@ end;
constructor TArrow.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
ControlStyle := ControlStyle - [csDoubleClicks];
fCompStyle := csArrow;
fArrowType := atLeft;
fShadowType := stEtchedIn;