Notify about new client geometry also when moving windows

This commit is contained in:
Vlad Zahorodnii 2020-07-14 15:02:23 +03:00 committed by Vlad Zahorodnii
parent 9c55c01767
commit c4c06c4e1f

View file

@ -909,6 +909,7 @@ void AbstractClient::move(int x, int y, ForceGeometry_t force)
workspace()->updateStackingOrder();
// client itself is not damaged
emit bufferGeometryChanged(this, bufferGeometryBeforeUpdateBlocking());
emit clientGeometryChanged(this, clientGeometryBeforeUpdateBlocking());
emit frameGeometryChanged(this, frameGeometryBeforeUpdateBlocking());
addRepaintDuringGeometryUpdates();
updateGeometryBeforeUpdateBlocking();