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:
parent
205dfca60d
commit
6b84630ba1
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user