From c115b83ff8c148003fc06bbd8c4415fd7381fcbd 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 31dcbd12b..6cf25afa8 100644 --- a/src/core/track.cpp +++ b/src/core/track.cpp @@ -262,7 +262,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();