summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/painting/qgraphicssystemcursor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/painting/qgraphicssystemcursor.cpp b/src/gui/painting/qgraphicssystemcursor.cpp
index 9bf5d02..08dcbbe 100644
--- a/src/gui/painting/qgraphicssystemcursor.cpp
+++ b/src/gui/painting/qgraphicssystemcursor.cpp
@@ -100,7 +100,6 @@ void QGraphicsSystemCursor::pointerEvent(QMouseEvent & e)
currentRect = graphic->image()->rect().translated(-graphic->hotspot().x(),
-graphic->hotspot().y());
currentRect.translate(e.pos());
- screen->setDirty(currentRect);
screen->pointerEvent(e);
}