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

List:       kde-bugs-dist
Subject:    [Bug 161412] Using mousewheel to scroll does not work over scrollbar
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2008-09-07 13:14:10
Message-ID: 20080907131410.8E31512EEF () immanuel ! kde ! org
[Download RAW message or body]

http://bugs.kde.org/show_bug.cgi?id=161412


Christoph Cullmann cullmann kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cullmann@kde.org
         Resolution|DUPLICATE                   |FIXED




--- Comment #6 from Christoph Cullmann <cullmann kde org>  2008-09-07 15:14:09 ---
SVN commit 858143 by cullmann:

fix scrolling with wheel on scrollbar
BUG: 161412


 M  +5 -0      kateviewhelpers.cpp  
 M  +1 -0      kateviewhelpers.h  


--- trunk/KDE/kdelibs/kate/view/kateviewhelpers.cpp #858142:858143
@@ -196,6 +196,11 @@
   }
 }

+void KateScrollBar::wheelEvent(QWheelEvent *e)
+{
+  QCoreApplication::sendEvent(m_viewInternal, e);
+}
+
 void KateScrollBar::marksChanged()
 {
   recomputeMarksPositions();
--- trunk/KDE/kdelibs/kate/view/kateviewhelpers.h #858142:858143
@@ -74,6 +74,7 @@
     virtual void resizeEvent(QResizeEvent *);
     virtual void styleChange(QStyle &oldStyle);
     virtual void sliderChange ( SliderChange change );
+    virtual void wheelEvent(QWheelEvent *e);

   protected Q_SLOTS:
     void sliderMaybeMoved(int value);


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

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