[Kst] kdeextragear-2/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Thu Sep 23 16:27:10 CEST 2004


CVS commit by netterfield: 

Fix for [Bug 90098] New: New PSD has wrong freq vector

CCMAIL: 90098-done


  M +1 -1      kstpsddialog_i.cpp   1.60


--- kdeextragear-2/kst/kst/kstpsddialog_i.cpp  #1.59:1.60
@@ -169,5 +169,5 @@ bool KstPsdDialogI::new_I() {
                             _kstFFTOptions->RateUnits->text());
 
-    KstVCurvePtr vc = new KstVCurve(tag_name + "-curve", p, psd->vY(), 0L, 0L, _curveAppearance->color());
+    KstVCurvePtr vc = new KstVCurve(tag_name + "-curve", psd->vX(), psd->vY(), 0L, 0L, _curveAppearance->color());
     vc->setHasPoints(_curveAppearance->showPoints());
     vc->setHasLines(_curveAppearance->showLines());





More information about the Kst mailing list