mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Show indicator on osx too. NO CLUE why this fixes it..
This commit is contained in:
@@ -246,6 +246,7 @@ TrackView::dragMoveEvent( QDragMoveEvent* event )
|
||||
if ( index.isValid() )
|
||||
{
|
||||
const QRect rect = visualRect( index );
|
||||
m_dropRect = rect;
|
||||
|
||||
// indicate that the item will be inserted above the current place
|
||||
const int gap = 5; // FIXME constant
|
||||
|
Reference in New Issue
Block a user