diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index b3b395b..73efbab 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1931,8 +1931,10 @@ void FluxboxWindow::raise() { | |||
1931 | m_client->transientFor()->transientList().push_back(m_client); | 1931 | m_client->transientFor()->transientList().push_back(m_client); |
1932 | } | 1932 | } |
1933 | // raise this window and every transient in it with this one last | 1933 | // raise this window and every transient in it with this one last |
1934 | if (client->fbwindow()) | 1934 | if (client->fbwindow()) { |
1935 | raiseFluxboxWindow(*client->fbwindow()); | 1935 | raiseFluxboxWindow(*client->fbwindow()); |
1936 | client->fbwindow()->setCurrentClient(*client, false); | ||
1937 | } | ||
1936 | 1938 | ||
1937 | } | 1939 | } |
1938 | 1940 | ||