mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
[broadway] Restack on window show to ensure all zIndexes are right
This commit is contained in:
parent
c839f2910c
commit
27c4d104fb
@ -488,6 +488,8 @@ function cmdShowSurface(id)
|
||||
element.style["display"] = "inline";
|
||||
if (surface.frame)
|
||||
surface.frame.style["visibility"] = "visible";
|
||||
|
||||
restackWindows();
|
||||
}
|
||||
|
||||
function cmdHideSurface(id)
|
||||
|
Loading…
Reference in New Issue
Block a user