[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Mar 9 09:46:41 CET 2004
CVS commit by staikos:
- fix axis matching - no wonder, it was autoscaling back to a sane setting
after I made it insane!
M +2 -2 kstview.cpp 1.84
--- kdeextragear-2/kst/kst/kstview.cpp #1.83:1.84
@@ -1450,6 +1450,6 @@ void KstView::dynamicMenuMatch(int id) {
p->getScale(x0, y0, x1, y1);
_currentPlot->setLog(p->isXLog(), p->isYLog());
- _currentPlot->setXScaleMode(p->getXScaleMode());
- _currentPlot->setYScaleMode(p->getYScaleMode());
+ _currentPlot->setXScaleMode(FIXED); //p->getXScaleMode());
+ _currentPlot->setYScaleMode(FIXED); //p->getYScaleMode());
_currentPlot->setXScale(x0, x1);
_currentPlot->setYScale(y0, y1);
More information about the Kst
mailing list