mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +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";
|
surface.toplevelElement.style["visibility"] = "visible";
|
||||||
|
|
||||||
restackWindows();
|
restackWindows();
|
||||||
|
|
||||||
|
if (surface.window)
|
||||||
|
updateBrowserWindowGeometry(surface.window);
|
||||||
}
|
}
|
||||||
|
|
||||||
function cmdHideSurface(id)
|
function cmdHideSurface(id)
|
||||||
|
Loading…
Reference in New Issue
Block a user