summarylogtreecommitdiffstats
path: root/qtiplot-0.9.8.9-dialog.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qtiplot-0.9.8.9-dialog.patch')
-rwxr-xr-xqtiplot-0.9.8.9-dialog.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/qtiplot-0.9.8.9-dialog.patch b/qtiplot-0.9.8.9-dialog.patch
new file mode 100755
index 000000000000..3859bfa10f93
--- /dev/null
+++ b/qtiplot-0.9.8.9-dialog.patch
@@ -0,0 +1,18 @@
+--- qtiplot-0.9.8.9/qtiplot/src/analysis/dialogs/FFTDialog.cpp 2013-09-01 12:21:03.957954932 -0300
+***************
+*** 187,193 ****
+ boxReal->setFocus();
+ return;
+ }
+! fft = new FFT(app, d_table, boxReal->currentText(), boxImaginary->currentText());
+ }
+ fft->setInverseFFT(backwardBtn->isChecked());
+ fft->setSampling(boxSampling->value());
+--- 187,193 ----
+ boxReal->setFocus();
+ return;
+ }
+! fft = new FFT(app, d_table, boxReal->currentText(), boxImaginary->currentText(), false);
+ }
+ fft->setInverseFFT(backwardBtn->isChecked());
+ fft->setSampling(boxSampling->value());