mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
[broadway] Update window geometry after showing window
This commit is contained in:
parent
4c575ac343
commit
4cb979d6b9
@ -483,6 +483,9 @@ function cmdShowSurface(id)
|
||||
surface.toplevelElement.style["visibility"] = "visible";
|
||||
|
||||
restackWindows();
|
||||
|
||||
if (surface.window)
|
||||
updateBrowserWindowGeometry(surface.window);
|
||||
}
|
||||
|
||||
function cmdHideSurface(id)
|
||||
|
Loading…
Reference in New Issue
Block a user