re-fix maximizing problem with non-northwest gravity windows
This commit is contained in:
parent
93ccd39a48
commit
75cf24da28
1 changed files with 3 additions and 2 deletions
|
@ -1489,9 +1489,10 @@ void FbWinFrame::applyDecorations(bool do_move) {
|
|||
client_move = true;
|
||||
}
|
||||
|
||||
if (do_move)
|
||||
if (do_move) {
|
||||
reconfigure();
|
||||
m_state.saveGeometry(x(), y(), width(), height());
|
||||
}
|
||||
if (client_move)
|
||||
frameExtentSig().notify();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue