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

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdegraphics/kviewshell
From:       Wilfried Huss <Wilfried.Huss () gmx ! at>
Date:       2004-11-18 14:36:43
Message-ID: 20041118143643.9E63616E5C () office ! kde ! org
[Download RAW message or body]

CVS commit by whuss: 

Make mousewheel-zooming consistent with the rest of KDE.
Patch by Christian Mueller.


  M +1 -1      kviewpart.cpp   1.100.2.7


--- kdegraphics/kviewshell/kviewpart.cpp  #1.100.2.6:1.100.2.7
@@ -1079,5 +1079,5 @@ void KViewPart::wheelEvent(QWheelEvent *
   // Zoom in/out if 'control' is pressed
   if (e->state() & ControlButton) {
-    if (e->delta() > 0)
+    if (e->delta() < 0)
       zoomOut();
     else


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

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