mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 07:22:10 +02:00
Enabled cursor property + property editor.
git-svn-id: trunk@1137 -
This commit is contained in:
parent
3599c5e51e
commit
d4288a0cf3
@ -1048,7 +1048,6 @@ begin
|
|||||||
// (or something like that)
|
// (or something like that)
|
||||||
CNSendMessage(LM_SetCursor,Self,Nil);
|
CNSendMessage(LM_SetCursor,Self,Nil);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TControl.SetFont(Value: TFont);
|
procedure TControl.SetFont(Value: TFont);
|
||||||
@ -1806,6 +1805,9 @@ end;
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.81 2002/09/06 22:32:21 lazarus
|
||||||
|
Enabled cursor property + property editor.
|
||||||
|
|
||||||
Revision 1.80 2002/09/06 13:58:13 lazarus
|
Revision 1.80 2002/09/06 13:58:13 lazarus
|
||||||
MG: added try for invalidate control
|
MG: added try for invalidate control
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user