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;
|
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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue