GNOME Bugzilla – Bug 118435
Window stays on top after unsetting modal
Last modified: 2011-02-04 16:12:02 UTC
After doing set_modal(my_dialog, TRUE) and set_modal(my_dialog, FALSE) the dialog stays on top of all other windows of the program and even the whole desktop, other windows which are focussed cannot be put on top anymore.
Fixed in HEAD and gtk-2-2: 2003-08-04 Hans Breuer <hans@breuer.org> * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) : set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435