[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Tue Jun 1 21:22:30 CEST 2004


CVS commit by arwalker: 

Make sure we can find plots within groups.


  M +5 -5      kstplotdialog_i.cpp   1.41


--- kdeextragear-2/kst/kst/kstplotdialog_i.cpp  #1.40:1.41
@@ -533,5 +533,5 @@ void KstPlotDialogI::edit_I() {
   }
 
-  Kst2DPlotList plots = static_cast<KstViewWindow*>(c)->view()->findChildrenType<Kst2DPlot>();
+  Kst2DPlotList plots = static_cast<KstViewWindow*>(c)->view()->findChildrenType<Kst2DPlot>(true);
 
   if (index >= (int)plots.count()) {





More information about the Kst mailing list