Commit 4cfee42d 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>
parent 50e9d38a
......@@ -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