summarylogtreecommitdiffstats
path: root/qtiplot-0.9.8.9-dialog.patch
blob: 3859bfa10f93c2fe8b504900b385ed97cc233b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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());