diff options
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index fc35ae1..72073ab 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc | |||
@@ -1491,6 +1491,7 @@ void FbWinFrame::applyDecorations(bool do_move) { | |||
1491 | 1491 | ||
1492 | if (do_move) | 1492 | if (do_move) |
1493 | reconfigure(); | 1493 | reconfigure(); |
1494 | m_state.saveGeometry(x(), y(), width(), height()); | ||
1494 | if (client_move) | 1495 | if (client_move) |
1495 | frameExtentSig().notify(); | 1496 | frameExtentSig().notify(); |
1496 | } | 1497 | } |