Notify about new client geometry also when moving windows

remotes/origin/work/focusActivate
Vlad Zahorodnii 6 years ago committed by Vlad Zahorodnii
parent 9c55c01767
commit c4c06c4e1f
  1. 1
      abstract_client.cpp

@ -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();

Loading…
Cancel
Save