mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 11:16:12 +02:00
Resize cursors in designer.
git-svn-id: trunk@2029 -
This commit is contained in:
parent
b99e4f7796
commit
b92fe41b81
@ -153,7 +153,7 @@ begin
|
||||
end;
|
||||
|
||||
if TheWinControl<>nil then begin
|
||||
SetCursor(TheWinControl);
|
||||
SetCursor(TheWinControl, nil);
|
||||
ConnectInternalWidgetsSignals(MainWidget,TheWinControl);
|
||||
end;
|
||||
end;
|
||||
@ -2346,6 +2346,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.130 2002/09/16 15:56:01 lazarus
|
||||
Resize cursors in designer.
|
||||
|
||||
Revision 1.129 2002/09/16 14:46:08 lazarus
|
||||
MG: renamed designerstr.pas to objinspstrconsts.pas
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user