fix program crashes caused by unshading

This commit is contained in:
Mark Tiefenbruck 2008-09-11 13:01:11 -07:00
parent 8d0fb85bbc
commit bf620f96df

View file

@ -1489,7 +1489,8 @@ void FbWinFrame::applyDecorations(bool do_move) {
client_move = true; client_move = true;
} }
reconfigure(); if (do_move)
reconfigure();
if (client_move) if (client_move)
frameExtentSig().notify(); frameExtentSig().notify();
} }