[Kst] [Bug 111326] x-mouse-zoom mode is borked

netterfield@astro.utoronto.ca netterfield at astro.utoronto.ca
Sat Sep 3 21:40:37 CEST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=111326         
netterfield astro utoronto ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From netterfield astro utoronto ca  2005-09-03 21:40 -------
SVN commit 456839 by netterfield:

BUG: 111326
Make X zooming work again.



 M  +3 -4      kst2dplot.cpp  


--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #456838:456839
 @ -4168,11 +4168,10  @
           }
         }
       }
-    } else if (legendUnder(e)) {
-      KstApp::inst()->plotDialog()->show_I(static_cast<KstViewWidget*>(view)->viewObject()->tagName(), tagName());
-      KstApp::inst()->plotDialog()->TabWidget->setCurrentPage(APPEARANCE_TAB);
     }
-    
+  } else if (legendUnder(e)) {
+    KstApp::inst()->plotDialog()->show_I(static_cast<KstViewWidget*>(view)->viewObject()->tagName(), tagName());
+    KstApp::inst()->plotDialog()->TabWidget->setCurrentPage(APPEARANCE_TAB);
     return; // no need to update, and we don't want to set INACTIVE
   }


More information about the Kst mailing list