[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kate/view
From:       Pascal Létourneau <pascal.letourneau () gmail ! com>
Date:       2010-08-21 20:11:18
Message-ID: 20100821201118.CA310AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1166438 by pletourn:

Let's see if that help

CCBUG:239070


 M  +3 -0      kateviewhelpers.cpp  


--- trunk/KDE/kdelibs/kate/view/kateviewhelpers.cpp #1166437:1166438
@@ -178,6 +178,9 @@
 
 void KateScrollBar::wheelEvent(QWheelEvent *e)
 {
+  if (e->modifiers() == Qt::NoModifier)
+    return QScrollBar::wheelEvent(e);
+
   QCoreApplication::sendEvent(m_viewInternal, e);
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic