]> git.sesse.net Git - vlc/commitdiff
mouseReleaseEvent was not correctly dispatched under certain circumstance
authorLudovic Fauvet <etix@l0cal.com>
Wed, 15 Oct 2008 22:18:02 +0000 (00:18 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 15 Oct 2008 23:04:44 +0000 (01:04 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/util/customwidgets.hpp

index 5f2279cd8f47ac8df2e036889b026779176e2c5f..24bc32436dc968d9c283411431c37e432ffc4f94 100644 (file)
@@ -82,6 +82,7 @@ public:
             emit rightClicked( indexAt( QPoint( e->x(), e->y() ) ),
                                QCursor::pos() );
         }
+        QTreeView::mouseReleaseEvent( e );
     }
 signals:
     void rightClicked( QModelIndex, QPoint  );