diff options
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc index 4e2aed1..b2c87b9 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -2111,6 +2111,8 @@ void FluxboxWindow::unmapNotifyEvent(XUnmapEvent &ue) { | |||
2111 | fbdbg<<"("<<__FUNCTION__<<"): 0x"<<hex<<client->window()<<dec<<endl; | 2111 | fbdbg<<"("<<__FUNCTION__<<"): 0x"<<hex<<client->window()<<dec<<endl; |
2112 | fbdbg<<"("<<__FUNCTION__<<"): title="<<client->title().logical()<<endl; | 2112 | fbdbg<<"("<<__FUNCTION__<<"): title="<<client->title().logical()<<endl; |
2113 | 2113 | ||
2114 | if (numClients() == 1) // unmapping the last client | ||
2115 | frame().hide(); // hide this now, otherwise compositors will fade out the frame, bug #1110 | ||
2114 | restore(client, false); | 2116 | restore(client, false); |
2115 | 2117 | ||
2116 | } | 2118 | } |