mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +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() )
|
if ( index.isValid() )
|
||||||
{
|
{
|
||||||
const QRect rect = visualRect( index );
|
const QRect rect = visualRect( index );
|
||||||
|
m_dropRect = rect;
|
||||||
|
|
||||||
// indicate that the item will be inserted above the current place
|
// indicate that the item will be inserted above the current place
|
||||||
const int gap = 5; // FIXME constant
|
const int gap = 5; // FIXME constant
|
||||||
|
Reference in New Issue
Block a user