┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/selectiontoggle.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-10-06 14:42:48 +0000
committerPeter Penz <[email protected]>2010-10-06 14:42:48 +0000
commitec861fd2690007ed996138f3d845f507c721f4af (patch)
treeec6468a812d0ea7dba2d8b2f75e338a874d671f2 /src/views/selectiontoggle.h
parente2b844437e9308a04ddf043ae9d2f5c8ffef97b0 (diff)
Apply the cursor asynchronously. This fixes the issue that a pointing-hand cursor is shown if the selection-toggle and the item are hovered at the same time.
svn path=/trunk/KDE/kdebase/apps/; revision=1183214
Diffstat (limited to 'src/views/selectiontoggle.h')
-rw-r--r--src/views/selectiontoggle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/selectiontoggle.h b/src/views/selectiontoggle.h
index 79833a522..26aa30050 100644
--- a/src/views/selectiontoggle.h
+++ b/src/views/selectiontoggle.h
@@ -82,6 +82,9 @@ private slots:
void setIconOverlay(bool checked);
void refreshIcon();
+ void applyArrowCursor();
+ void restoreCursor();
+
private:
void startFading();
void stopFading();