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

Barth Netterfield netterfield at astro.utoronto.ca
Wed Apr 13 16:30:16 CEST 2011


SVN commit 1227868 by netterfield:

BUG:
Fix crash when attempting to place power spectrum in existing plot.



 M  +2 -0      powerspectrumdialog.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/powerspectrumdialog.cpp #1227867:1227868
@@ -37,6 +37,8 @@
   setupUi(this);
   setTabTitle(tr("Power Spectrum"));
 
+  _curvePlacement->setExistingPlots(Data::self()->plotList());
+
   connect(_vector, SIGNAL(selectionChanged(QString)), this, SLOT(selectionChanged()));
   connect(_FFTOptions, SIGNAL(modified()), this, SIGNAL(modified()));
   connect(_vector, SIGNAL(selectionChanged(QString)), this, SIGNAL(modified()));


More information about the Kst mailing list