re-fix maximizing problem with non-northwest gravity windows

This commit is contained in:
Mark Tiefenbruck 2008-09-21 00:07:40 -07:00
parent 93ccd39a48
commit 75cf24da28

View file

@ -1489,9 +1489,10 @@ void FbWinFrame::applyDecorations(bool do_move) {
client_move = true; client_move = true;
} }
if (do_move) if (do_move) {
reconfigure(); reconfigure();
m_state.saveGeometry(x(), y(), width(), height()); m_state.saveGeometry(x(), y(), width(), height());
}
if (client_move) if (client_move)
frameExtentSig().notify(); frameExtentSig().notify();
} }