[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Mar 23 05:27:17 CET 2005


CVS commit by staikos: 

oops, found even more memory usage in there


  M +1 -1      datawizard.ui.h   1.130


--- kdeextragear-2/kst/kst/datawizard.ui.h  #1.129:1.130
@@ -492,5 +492,5 @@ void DataWizard::finished()
                 }
                 if (_radioButtonPlotPSD->isChecked() || _radioButtonPlotDataPSD->isChecked()) {
-                    memoryRequested += fftLen * 2;
+                    memoryRequested += fftLen * 6;
                 }
             }




More information about the Kst mailing list