mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
Remove call to ShowOwnedPopups (FALSE) to hide owned windows
This is needed to fully support windows with the property "destroy-with-parent" set to FALSE.
This commit is contained in:
parent
7a1004df73
commit
c77272a7d7
@ -989,9 +989,6 @@ gdk_win32_surface_hide (GdkSurface *window)
|
||||
|
||||
_gdk_surface_clear_update_area (window);
|
||||
|
||||
if (GDK_IS_TOPLEVEL (window))
|
||||
ShowOwnedPopups (GDK_SURFACE_HWND (window), FALSE);
|
||||
|
||||
/* Use SetWindowPos to hide transparent windows so automatic redraws
|
||||
* in other windows can be suppressed.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user