[Kst] extragear/graphics/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Sep 3 21:40:32 CEST 2005
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