fix program crashes caused by unshading
This commit is contained in:
parent
8d0fb85bbc
commit
bf620f96df
1 changed files with 2 additions and 1 deletions
|
@ -1489,6 +1489,7 @@ void FbWinFrame::applyDecorations(bool do_move) {
|
|||
client_move = true;
|
||||
}
|
||||
|
||||
if (do_move)
|
||||
reconfigure();
|
||||
if (client_move)
|
||||
frameExtentSig().notify();
|
||||
|
|
Loading…
Reference in a new issue