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

List:       kde-commits
Subject:    kdelibs/khtml
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2003-12-12 0:03:50
[Download RAW message or body]

CVS commit by aseigo: 

Control button == zoom


  M +1 -1      khtmlview.cpp   1.598


--- kdelibs/khtml/khtmlview.cpp  #1.597:1.598
@@ -1998,5 +1998,5 @@ void KHTMLView::setIgnoreWheelEvents( bo
 void KHTMLView::viewportWheelEvent(QWheelEvent* e)
 {
-    if ( ( e->state() & ShiftButton ) == ShiftButton )
+    if ( ( e->state() & ControlButton) == ControlButton )
     {
         emit zoomView( - e->delta() );


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

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