[Kst] [Bug 115969] Images shouldn't default to Y-axis autoborder, X-axis auto range
Andrew Walker
arwalker at sumusltd.com
Fri Dec 2 23:25:41 CET 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=115969
------- Additional Comments From arwalker sumusltd com 2005-12-02 23:25 -------
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