[vlc-devel] commit: mouseReleaseEvent was not correctly dispatched under certain circumstance (Ludovic Fauvet )

git version control git at videolan.org
Thu Oct 16 01:05:02 CEST 2008


vlc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Thu Oct 16 00:18:02 2008 +0200| [4cfee42d9807624eb37a24d7229f48793f7bfd6b] | committer: Jean-Baptiste Kempf 

mouseReleaseEvent was not correctly dispatched under certain circumstance

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4cfee42d9807624eb37a24d7229f48793f7bfd6b
---

 modules/gui/qt4/util/customwidgets.hpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/util/customwidgets.hpp b/modules/gui/qt4/util/customwidgets.hpp
index 5f2279c..24bc324 100644
--- a/modules/gui/qt4/util/customwidgets.hpp
+++ b/modules/gui/qt4/util/customwidgets.hpp
@@ -82,6 +82,7 @@ public:
             emit rightClicked( indexAt( QPoint( e->x(), e->y() ) ),
                                QCursor::pos() );
         }
+        QTreeView::mouseReleaseEvent( e );
     }
 signals:
     void rightClicked( QModelIndex, QPoint  );




More information about the vlc-devel mailing list