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

Barth Netterfield netterfield at astro.utoronto.ca
Mon Jun 11 15:48:46 UTC 2012


SVN commit 1299898 by netterfield:

BUG: 301053

Also format the spectrum page from the the data wizard.


 M  +3 -0      datawizard.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/datawizard.cpp #1299897:1299898
@@ -1163,7 +1163,10 @@
     }
     if (!plotList.isEmpty() && layout_type == CurvePlacement::Custom) {
       plotList.at(0)->createCustomLayout(num_columns);
+      if (_pageDataPresentation->plotDataPSD()) {
+        plotList.at(plotList.count()/2)->createCustomLayout(num_columns);
     }
+    }
 
   }
   foreach (PlotItem* plot, plotList) {


More information about the Kst mailing list