[Kst] kst_hfi_calib_branch: kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Nov 23 03:08:11 CET 2004
CVS commit by staikos:
merge Barth's patch for PSD layouting
M +4 -0 datawizard.ui.h 1.96.2.3
--- kdeextragear-2/kst/kst/datawizard.ui.h #1.96.2.2:1.96.2.3
@@ -695,4 +695,7 @@ void DataWizard::finished()
if (!_onePlot->isChecked()) { // change plots if we are not onePlot...
if (++pit == plots.end()) {
+ if (_radioButtonPlotDataPSD->isChecked()) { // if xy and psd
+ pit = plots.at(plots.count()/2);
+ } else {
pit = plots.begin();
}
@@ -700,4 +703,5 @@ void DataWizard::finished()
}
}
+ }
app->slotUpdateProgress(n_steps, ++prg, i18n("Creating PSDs..."));
}
More information about the Kst
mailing list