From ec861fd2690007ed996138f3d845f507c721f4af Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 6 Oct 2010 14:42:48 +0000 Subject: 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 --- src/views/selectiontoggle.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/views/selectiontoggle.h') 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(); -- cgit v1.3.1