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:
Luca Bacci 2021-12-14 18:33:28 +01:00
parent 7a1004df73
commit c77272a7d7
No known key found for this signature in database
GPG Key ID: 8E3C8D989C98883D

View File

@ -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.
*/