fix build, resetRepaints API changed

This commit is contained in:
Thomas Lübking 2012-02-21 19:35:46 +01:00
parent b79a176be3
commit 54edda66f6

View file

@ -381,7 +381,7 @@ void Toplevel::getShadow()
if (hasShadow())
dirtyRect |= shadow()->shadowRegion().boundingRect();
if (dirtyRect.isValid()) {
resetRepaints(dirtyRect);
resetRepaints();
dirtyRect.translate(pos());
workspace()->addRepaint(dirtyRect);
}