diff options
Diffstat (limited to 'src/Window.cc')
-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 b0aa678..b9ef2ff 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -2400,8 +2400,10 @@ void FluxboxWindow::propertyNotifyEvent(WinClient &client, Atom atom) { | |||
2400 | functions.resize = true; | 2400 | functions.resize = true; |
2401 | } | 2401 | } |
2402 | 2402 | ||
2403 | if (changed) | 2403 | if (changed) { |
2404 | setupWindow(); | 2404 | setupWindow(); |
2405 | applyDecorations(); | ||
2406 | } | ||
2405 | } | 2407 | } |
2406 | 2408 | ||
2407 | moveResize(frame().x(), frame().y(), | 2409 | moveResize(frame().x(), frame().y(), |