1
0
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:
Leo Franchi
2011-08-05 11:21:26 -04:00
parent 57dfd6b4b2
commit ae48c151d0

View File

@@ -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