diff options
Diffstat (limited to 'src/Window.cc')
-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 b341937..53ec88d 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1558,6 +1558,8 @@ void FluxboxWindow::iconify() { | |||
1558 | 1558 | ||
1559 | hide(true); | 1559 | hide(true); |
1560 | 1560 | ||
1561 | screen().focusControl().setFocusBack(this); | ||
1562 | |||
1561 | ClientList::iterator client_it = m_clientlist.begin(); | 1563 | ClientList::iterator client_it = m_clientlist.begin(); |
1562 | const ClientList::iterator client_it_end = m_clientlist.end(); | 1564 | const ClientList::iterator client_it_end = m_clientlist.end(); |
1563 | for (; client_it != client_it_end; ++client_it) { | 1565 | for (; client_it != client_it_end; ++client_it) { |