1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 14:28:24 +01:00

Reset GridView's hover-state on wheel event.

This commit is contained in:
Christian Muehlhaeuser 2016-02-17 12:14:16 +01:00
parent 205dfca60d
commit 6b84630ba1

View File

@ -255,6 +255,8 @@ void GridView::wheelEvent( QWheelEvent* e )
// ^ scroll step is 1/8 of the estimated row height
QListView::wheelEvent( e );
m_delegate->resetHoverIndex();
}