mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 03:47:04 +02:00
finshed Make Resourcestring dialog and implemented TToggleBox
git-svn-id: trunk@2395 -
This commit is contained in:
parent
efe3ab437e
commit
1ef7fbd096
@ -809,7 +809,7 @@ end;
|
|||||||
function ControlGetsMouseDownBefore(AControl: TControl): boolean;
|
function ControlGetsMouseDownBefore(AControl: TControl): boolean;
|
||||||
begin
|
begin
|
||||||
case AControl.fCompStyle of
|
case AControl.fCompStyle of
|
||||||
csCheckBox:
|
csCheckBox, csToggleBox:
|
||||||
Result:=false;
|
Result:=false;
|
||||||
else
|
else
|
||||||
Result:=true;
|
Result:=true;
|
||||||
@ -1101,7 +1101,8 @@ function ControlGetsMouseUpBefore(AControl: TControl): boolean;
|
|||||||
begin
|
begin
|
||||||
case AControl.fCompStyle of
|
case AControl.fCompStyle of
|
||||||
csCheckBox,
|
csCheckBox,
|
||||||
csRadioButton:
|
csRadioButton,
|
||||||
|
csToggleBox:
|
||||||
Result:=false;
|
Result:=false;
|
||||||
else
|
else
|
||||||
Result:=true;
|
Result:=true;
|
||||||
@ -2541,6 +2542,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.168 2003/03/09 17:44:12 mattias
|
||||||
|
finshed Make Resourcestring dialog and implemented TToggleBox
|
||||||
|
|
||||||
Revision 1.167 2003/02/18 22:56:23 mattias
|
Revision 1.167 2003/02/18 22:56:23 mattias
|
||||||
fixed key grabbing
|
fixed key grabbing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user