Gtk2: allow changing state to maximized if we are iconified or fullscreen

git-svn-id: trunk@36410 -
This commit is contained in:
zeljko 2012-03-29 07:13:11 +00:00
parent 2c50b772e5
commit 3cd59126ec

View File

@ -9492,7 +9492,11 @@ begin
if B then
gtk_widget_show(PGtkWidget(GtkWindow))
else
begin
gtk_window_deiconify(GtkWindow);
gtk_window_unfullscreen(GtkWindow);
gtk_window_maximize(GtkWindow);
end;
SW_SHOWFULLSCREEN:
if B then