diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 687f2d4..1895b13 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -386,7 +386,8 @@ void FluxboxWindow::init() { | |||
386 | 386 | ||
387 | assert(m_client); | 387 | assert(m_client); |
388 | m_client->setFluxboxWindow(this); | 388 | m_client->setFluxboxWindow(this); |
389 | m_client->setGroupLeftWindow(None); // nothing to the left. | 389 | if (!m_client->hasGroupLeftWindow()) |
390 | m_client->setGroupLeftWindow(None); // nothing to the left. | ||
390 | 391 | ||
391 | // check for shape extension and whether the window is shaped | 392 | // check for shape extension and whether the window is shaped |
392 | m_shaped = false; | 393 | m_shaped = false; |