From d13c8bd40dbde3fdfe60220f34ff761c535abc0f Mon Sep 17 00:00:00 2001 From: Olli Werwolff Date: Mon, 2 May 2011 11:44:37 +0200 Subject: Do not always show hand cursor on softkeys (even if widget is visible) Task-number: QTSIM-185 Reviewed-by: ckamm --- src/other/widget.cpp | 1 + 1 file changed, 1 insertion(+) 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(); } -- cgit v1.2.3