[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Feb 8 23:26:56 CET 2005
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