mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 03:29:25 +02:00
gtk intf: clean up
git-svn-id: trunk@25798 -
This commit is contained in:
parent
03ad994dfc
commit
f60167a4e3
@ -432,7 +432,7 @@ begin
|
||||
exit;
|
||||
above := AFormStyle in fsAllStayOnTop;
|
||||
Widget := PGtkWidget(AForm.Handle);
|
||||
gtk_window_set_keep_above(PGtkWindow(AForm.Handle), above);
|
||||
gtk_window_set_keep_above(PGtkWindow(Widget), above);
|
||||
end;
|
||||
|
||||
{class function TGtk2WSCustomForm.GetDefaultClientRect(
|
||||
|
Loading…
Reference in New Issue
Block a user