summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/other/widget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other/widget.cpp b/src/other/widget.cpp
index 7e16891..15086ac 100644
--- a/src/other/widget.cpp
+++ b/src/other/widget.cpp
@@ -80,6 +80,7 @@ Widget::Widget(QRect geometry, QImage::Format f, const QString &t, Application*
setFlag(QGraphicsItem::ItemIsFocusable);
setFlag(QGraphicsItem::ItemIgnoresParentOpacity);
setPos(geometry.topLeft());
+ setCursor(QCursor());
createMemory();
}