diff --git a/cursor.cpp b/cursor.cpp index 7686d2ce92..f3abca24ee 100644 --- a/cursor.cpp +++ b/cursor.cpp @@ -144,7 +144,7 @@ void Cursor::slotKGlobalSettingsNotifyChange(int type, int arg) QRect Cursor::geometry() const { - return QRect(m_pos - hotspot(), image().size()); + return rect().translated(m_pos - hotspot()); } QRect Cursor::rect() const