diff --git a/src/gui/AutomatableModelView.cpp b/src/gui/AutomatableModelView.cpp index 319858140..514bbc750 100644 --- a/src/gui/AutomatableModelView.cpp +++ b/src/gui/AutomatableModelView.cpp @@ -41,7 +41,7 @@ AutomatableModelView::AutomatableModelView( ::Model* model, QWidget* _this ) : m_unit( QString::null ) { widget()->setAcceptDrops( true ); - widget()->setCursor( QCursor( embed::getIconPixmap( "hand" ), 0, 0 ) ); + widget()->setCursor( QCursor( embed::getIconPixmap( "hand" ), 3, 3 ) ); } diff --git a/src/gui/widgets/FxLine.cpp b/src/gui/widgets/FxLine.cpp index 5122ba4e4..1e0f51bf6 100644 --- a/src/gui/widgets/FxLine.cpp +++ b/src/gui/widgets/FxLine.cpp @@ -59,7 +59,7 @@ FxLine::FxLine( QWidget * _parent, FxMixerView * _mv, int _channelIndex) : setFixedSize( 33, FxLineHeight ); setAttribute( Qt::WA_OpaquePaintEvent, true ); - setCursor( QCursor( embed::getIconPixmap( "hand" ), 0, 0 ) ); + setCursor( QCursor( embed::getIconPixmap( "hand" ), 3, 3 ) ); // mixer sends knob m_sendKnob = new knob( knobBright_26, this, tr("Channel send amount") ); diff --git a/src/gui/widgets/fade_button.cpp b/src/gui/widgets/fade_button.cpp index 535b20a97..86fcf38a7 100644 --- a/src/gui/widgets/fade_button.cpp +++ b/src/gui/widgets/fade_button.cpp @@ -44,7 +44,7 @@ fadeButton::fadeButton( const QColor & _normal_color, m_activatedColor( _activated_color ) { setAttribute( Qt::WA_OpaquePaintEvent, true ); - setCursor( QCursor( embed::getIconPixmap( "hand" ), 0, 0 ) ); + setCursor( QCursor( embed::getIconPixmap( "hand" ), 3, 3 ) ); setFocusPolicy( Qt::NoFocus ); } diff --git a/src/gui/widgets/track_label_button.cpp b/src/gui/widgets/track_label_button.cpp index 5891eced9..f0016a413 100644 --- a/src/gui/widgets/track_label_button.cpp +++ b/src/gui/widgets/track_label_button.cpp @@ -45,7 +45,7 @@ trackLabelButton::trackLabelButton( trackView * _tv, QWidget * _parent ) : { setAttribute( Qt::WA_OpaquePaintEvent, true ); setAcceptDrops( true ); - setCursor( QCursor( embed::getIconPixmap( "hand" ), 0, 0 ) ); + setCursor( QCursor( embed::getIconPixmap( "hand" ), 3, 3 ) ); setToolButtonStyle( Qt::ToolButtonTextBesideIcon ); if( configManager::inst()->value( "ui",