[Kst] branches/work/kst/portto4/kst/src/libkstapp
Peter Kümmel
syntheticpp at gmx.net
Sun Jan 29 01:39:37 UTC 2012
SVN commit 1276337 by kuemmel:
loading vectors without plotting is a feature!
M +0 -7 datawizard.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/datawizard.cpp #1276336:1276337
@@ -572,9 +572,6 @@
_FFTOptions->GroupBoxFFTOptions->setChecked(_dialogDefaults->value("wizard/doPSD",false).toBool());
_xAxisGroup->setChecked(_dialogDefaults->value("wizard/doXY",true).toBool());
-
- connect(_xAxisGroup, SIGNAL(clicked()), this, SLOT(optionsUpdated()));
- connect(_FFTOptions->GroupBoxFFTOptions, SIGNAL(clicked()), this, SLOT(optionsUpdated()));
}
@@ -658,10 +655,6 @@
bool DataWizardPageDataPresentation::validOptions() {
- if (!_FFTOptions->GroupBoxFFTOptions->isChecked() && !_xAxisGroup->isChecked()) {
- return false;
- }
-
if (!_xAxisGroup->isEnabled()) {
return true;
}
More information about the Kst
mailing list