mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 20:04:00 +02:00
* Fix selecting playlists when hovering them during D&D operations.
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user