aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index 435f2fb..5b91218 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -1489,7 +1489,8 @@ void FbWinFrame::applyDecorations(bool do_move) {
1489 client_move = true; 1489 client_move = true;
1490 } 1490 }
1491 1491
1492 reconfigure(); 1492 if (do_move)
1493 reconfigure();
1493 if (client_move) 1494 if (client_move)
1494 frameExtentSig().notify(); 1495 frameExtentSig().notify();
1495} 1496}