From 792e97653618ec74cc6eb53a7339db3e638d95f3 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 19 Oct 2007 22:13:10 +0200 Subject: setInitialProperties after placing windows darcs-hash:20071019201310-a5988-fffe26f15c9395316acfd9b27dbd6a6c5e9a530f --- Operations.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Operations.hs b/Operations.hs index 6081775..4d3be6e 100644 --- a/Operations.hs +++ b/Operations.hs @@ -121,7 +121,6 @@ windows f = do let oldvisible = concatMap (W.integrate' . W.stack . W.workspace) $ W.current old : W.visible old ws = f old XConf { display = d , normalBorder = nbc, focusedBorder = fbc } <- ask - mapM_ setInitialProperties (W.allWindows ws \\ W.allWindows old) whenJust (W.peek old) $ \otherw -> io $ setWindowBorder d otherw nbc modify (\s -> s { windowset = ws }) @@ -167,6 +166,8 @@ windows f = do -- return the visible windows for this workspace: return vs + mapM_ setInitialProperties (W.allWindows ws \\ W.allWindows old) + whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc setTopFocus userCode logHook -- cgit v1.2.3