From 2c447a32e7cdf79e711b3ddcad1fc97330e888e6 Mon Sep 17 00:00:00 2001 From: grindhold Date: Tue, 28 Oct 2014 15:21:22 +0100 Subject: [PATCH] fixed hotspot of hand-cursor --- src/core/track.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/track.cpp b/src/core/track.cpp index c4a141b82..10bafb51b 100644 --- a/src/core/track.cpp +++ b/src/core/track.cpp @@ -264,7 +264,7 @@ trackContentObjectView::trackContentObjectView( trackContentObject * _tco, setAttribute( Qt::WA_OpaquePaintEvent, true ); setAttribute( Qt::WA_DeleteOnClose, true ); setFocusPolicy( Qt::StrongFocus ); - setCursor( QCursor( embed::getIconPixmap( "hand" ), 0, 0 ) ); + setCursor( QCursor( embed::getIconPixmap( "hand" ), 3, 3 ) ); move( 0, 1 ); show();