[broadway] Restack on window show to ensure all zIndexes are right

This commit is contained in:
Alexander Larsson 2011-04-11 10:54:02 +02:00
parent c839f2910c
commit 27c4d104fb

View File

@ -488,6 +488,8 @@ function cmdShowSurface(id)
element.style["display"] = "inline";
if (surface.frame)
surface.frame.style["visibility"] = "visible";
restackWindows();
}
function cmdHideSurface(id)