[Kst] branches/work/kst/1.6/kst/src/libkstapp

Andrew Walker arwalker at sumusltd.com
Fri Nov 30 00:26:34 CET 2007


SVN commit 743175 by arwalker:

BUG:153151 correctly synch power spectrum properties in dialolg

 M  +3 -0      kstpsddialog_i.cpp  


--- branches/work/kst/1.6/kst/src/libkstapp/kstpsddialog_i.cpp #743174:743175
@@ -105,13 +105,16 @@
   _w->_kstFFTOptions->Interleaved->setChecked(pp->average());
   _w->_kstFFTOptions->Output->setCurrentItem(pp->output());
   _w->_kstFFTOptions->InterpolateHoles->setChecked(pp->interpolateHoles());
+  _w->_kstFFTOptions->synch();
 
   pp->unlock();
 
   _w->_curveAppearance->hide();
   _w->_curvePlacement->hide();
+
   _legendText->hide();
   _legendLabel->hide();
+
   adjustSize();
   resize(minimumSizeHint());
   setFixedHeight(height());


More information about the Kst mailing list