[vlc-devel] commit: mouseReleaseEvent was not correctly dispatched under certain circumstance (Ludovic Fauvet )
    git version control 
    git at videolan.org
       
    Thu Oct 16 15:56:52 CEST 2008
    
    
  
vlc | branch: 0.9-bugfix | Ludovic Fauvet <etix at l0cal.com> | Thu Oct 16 00:18:02 2008 +0200| [9531d0ea94e5dbacc2fb8bb6804142a00f50f21b] | committer: Jean-Baptiste Kempf 
mouseReleaseEvent was not correctly dispatched under certain circumstance
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 4cfee42d9807624eb37a24d7229f48793f7bfd6b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9531d0ea94e5dbacc2fb8bb6804142a00f50f21b
---
 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