on exit try hiding last
this fixes the window hiding when the quit dialog pops up
This commit is contained in:
parent
45607703c2
commit
cbb8c88a0e
|
@ -3074,7 +3074,7 @@ mg_tabwindow_de_cb (GtkWidget *widget, GdkEvent *event, gpointer user_data)
|
||||||
GSList *list;
|
GSList *list;
|
||||||
session *sess;
|
session *sess;
|
||||||
|
|
||||||
if (tray_toggle_visibility (FALSE) && prefs.hex_gui_tray_close && !hextray_mode ())
|
if (prefs.hex_gui_tray_close && !hextray_mode () && tray_toggle_visibility (FALSE))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/* check for remaining toplevel windows */
|
/* check for remaining toplevel windows */
|
||||||
|
|
Loading…
Reference in New Issue