[Kst] [Bug 96760] x-axis time interpretation on psds is annoying
George Staikos
staikos at kde.org
Tue Feb 8 23:27:11 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=96760
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2005-02-08 23:27 -------
CVS commit by staikos:
new PSDs should not interpret as time by default
BUG: 96760
M +1 -0 kstpsddialog_i.cpp 1.72
--- kdeextragear-2/kst/kst/kstpsddialog_i.cpp #1.71:1.72
@ -203,4 +203,5 @ bool KstPsdDialogI::new_I() {
plot = kst_cast<Kst2DPlot>(w->view()->findChild(name));
if (plot) {
+ plot->setXAxisInterpretation(false, KstXAxisInterpretation(), KstXAxisDisplay());
_curvePlacement->update();
_curvePlacement->setCurrentPlot(plot->tagName());
More information about the Kst
mailing list