From fac068b13f374fb31f7934daf60a755bba09ab7b Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 30 Apr 2010 12:59:09 -0400 Subject: [PATCH] fullscreen: Raise window after un-fullscreening. Currently, if a window is un-fullscreened, it ends up behind any windows which it originally overlapped - even if it was in front of them in the first place. I have no expectation that the original stacking order be preserved, but the current behaviour is certainly surprising. Just raise the thing and be done with it. --- global/fullscreen | 1 + 1 file changed, 1 insertion(+) diff --git a/global/fullscreen b/global/fullscreen index ede1a19..8655f9c 100644 --- a/global/fullscreen +++ b/global/fullscreen @@ -25,6 +25,7 @@ AddToFunc Fullscreen-Stop + I UpdateStyles + I ThisWindow (Maximized) Maximize + I Layer default ++ I Raise DestroyFunc MegaFulScreen AddToFunc MegaFullScreen -- 2.43.0