Skip to content
Snippets Groups Projects
Commit 4cfee42d authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf
Browse files

mouseReleaseEvent was not correctly dispatched under certain circumstance


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 50e9d38a
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ public:
emit rightClicked( indexAt( QPoint( e->x(), e->y() ) ),
QCursor::pos() );
}
QTreeView::mouseReleaseEvent( e );
}
signals:
void rightClicked( QModelIndex, QPoint );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment