do a full geometry calculation with the moveResize start, not first moveResize event

BUG: 285824
FIXED-IN: 4.7.4
(cherry picked from commit 19c6ab33b94cd3e531fa5c86fdff66a6f33f5e4a)
icc-effect-5.14.5
Thomas Lübking 2011-11-05 16:17:26 +01:00
parent c20e9c18c2
commit 795fbc643b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ void WindowGeometry::slotWindowStartUserMovedResized(EffectWindow *w)
myResizeWindow = w;
myOriginalGeometry = w->geometry();
myCurrentGeometry = w->geometry();
effects->addRepaint(myCurrentGeometry.adjusted(-20, -20, 20, 20));
slotWindowStepUserMovedResized(w, w->geometry());
}
void WindowGeometry::slotWindowFinishUserMovedResized(EffectWindow *w)