1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +02:00

* Fix selecting playlists when hovering them during D&D operations.

This commit is contained in:
Christian Muehlhaeuser
2010-10-27 14:05:13 +02:00
parent ce66303e13
commit 34999922d4

View File

@@ -348,7 +348,7 @@ SourceTreeView::paintEvent( QPaintEvent* event )
opt.rect = itemRect;
opt.state = QStyle::State_Enabled | QStyle::State_Selected;
style()->drawPrimitive( QStyle::PE_PanelItemViewItem, &opt, &painter, this );
style()->drawPrimitive( QStyle::PE_PanelItemViewRow, &opt, &painter, this );
}
QTreeView::paintEvent( event );