Commit 9531d0ea authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

mouseReleaseEvent was not correctly dispatched under certain circumstance

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 4cfee42d)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 613da31f
......@@ -82,6 +82,7 @@ public:
emit rightClicked( indexAt( QPoint( e->x(), e->y() ) ),
QCursor::pos() );
}
QTreeView::mouseReleaseEvent( e );
}
signals:
void rightClicked( QModelIndex, QPoint );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment