mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-25 17:21:51 -07:00
fix float bug in CopyWindow.
This commit is contained in:
@@ -76,4 +76,4 @@ kill1 = do ss <- gets windowset
|
||||
whenJust (peek ss) $ \w -> if member w $ delete'' w ss
|
||||
then windows $ delete'' w
|
||||
else kill
|
||||
where delete'' w = sink w . modify Nothing (filter (/= w))
|
||||
where delete'' w = modify Nothing (filter (/= w))
|
||||
|
Reference in New Issue
Block a user