summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOlli Werwolff <qt-info@nokia.com>2011-05-02 11:44:37 +0200
committerOlli Werwolff <qt-info@nokia.com>2011-05-02 12:22:30 +0200
commit9be05cecee03f6a25e041ead61a4f5fab19a297f (patch)
tree796ed65cf38feccf84501c22ab2291318fb8f4c0 /src
parent8ff2d677873c3dcce1cd471ecfbc4251765c4b25 (diff)
Do not always show hand cursor on softkeys (even if widget is visible)
Task-number: QTSIM-185 Reviewed-by: ckamm (cherry picked from commit d13c8bd40dbde3fdfe60220f34ff761c535abc0f)
Diffstat (limited to 'src')
-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 9510d79..193d0b4 100644
--- a/src/other/widget.cpp
+++ b/src/other/widget.cpp
@@ -94,6 +94,7 @@ Widget::Widget(QRect geometry, QImage::Format f, const QString &t, Application*
setFlag(QGraphicsItem::ItemIsFocusable);
setFlag(QGraphicsItem::ItemIgnoresParentOpacity);
setPos(geometry.topLeft());
+ setCursor(QCursor());
createMemory();
}