mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 16:00:23 +02:00
MG: fixed find declaration of default properties
git-svn-id: trunk@694 -
This commit is contained in:
parent
e4f8add4fa
commit
fa7d4c0348
@ -1402,6 +1402,7 @@ begin
|
||||
if pWidget^.window<>nil then begin
|
||||
gdk_window_move_resize(pWidget^.window, Left, Top, Width, Height);
|
||||
end else begin
|
||||
gtk_widget_set_usize(pWidget, -1,-1);
|
||||
gtk_widget_set_usize(pWidget, Width, Height);
|
||||
end;
|
||||
gtk_widget_set_uposition(pWidget, Left, Top);
|
||||
@ -3884,6 +3885,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.116 2002/04/30 09:57:21 lazarus
|
||||
MG: fixed find declaration of default properties
|
||||
|
||||
Revision 1.115 2002/04/27 15:35:51 lazarus
|
||||
MG: fixed window shrinking
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user