[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Fri Dec 2 23:25:34 CET 2005
SVN commit 485114 by arwalker:
CCBUG:115969 Set AUTO instead of AUTOBORDER if we create a new plot for our new image.
M +2 -0 kstimagedialog_i.cpp
--- trunk/extragear/graphics/kst/kst/kstimagedialog_i.cpp #485113:485114
@@ -527,6 +527,8 @@
if (plot) {
_w->_curvePlacement->update();
_w->_curvePlacement->setCurrentPlot(plot->tagName());
+ plot->setXScaleMode(AUTO);
+ plot->setYScaleMode(AUTO);
plot->addCurve(KstBaseCurvePtr(image));
plot->generateDefaultLabels();
}
More information about the Kst
mailing list