[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Thu Oct 6 17:07:44 CEST 2005
SVN commit 467838 by staikos:
fix negative indenting
M +2 -2 datawizard.ui.h
--- trunk/extragear/graphics/kst/kst/datawizard.ui.h #467837:467838
@@ -718,7 +718,7 @@
name = KST::suggestCurveName((*it)->tagName(), false);
Kst2DPlotPtr plot = kst_cast<Kst2DPlot>(*pit);
if (plot) {
- KstVCurveList vcurves = kstObjectSubList<KstBaseCurve,KstVCurve>(plot->Curves);
+ KstVCurveList vcurves = kstObjectSubList<KstBaseCurve,KstVCurve>(plot->Curves);
color = KstColorSequence::next(vcurves, plot->backgroundColor());
} else {
color = KstColorSequence::next();
@@ -741,7 +741,7 @@
KST::dataObjectList.append(KstDataObjectPtr(c));
KST::dataObjectList.lock().writeUnlock();
if (plot) {
- plot->addCurve(KstBaseCurvePtr(c));
+ plot->addCurve(KstBaseCurvePtr(c));
}
if (!_onePlot->isChecked()) { // change plots if we are not onePlot
if (_radioButtonPlotDataPSD->isChecked()) { // if xy and psd
More information about the Kst
mailing list