fixed hotspot of hand-cursor
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user