mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 12:19:21 +02:00
default fpc src dirs and clean ups
git-svn-id: trunk@2554 -
This commit is contained in:
parent
442fb22c95
commit
b349099ea1
@ -681,7 +681,6 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
procedure TSpeedButton.CMMouseLeave(var Message :TLMessage);
|
||||
begin
|
||||
writeln('TSpeedButton.CMMouseLeave A ',FMouseInControl,' ',Enabled,' ',FDragging);
|
||||
inherited CMMouseLeave(Message);
|
||||
if csDesigning in ComponentState then exit;
|
||||
|
||||
@ -705,6 +704,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.34 2003/02/06 20:46:51 mattias
|
||||
default fpc src dirs and clean ups
|
||||
|
||||
Revision 1.33 2003/02/06 06:33:57 mattias
|
||||
fixed message
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user