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

Peter Kümmel syntheticpp at gmx.net
Sun Mar 20 11:38:26 CET 2011


SVN commit 1225369 by kuemmel:

don't create the dialog two times (trigged by the signal)

 M  +1 -1      filterfitdialog.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/filterfitdialog.cpp #1225368:1225369
@@ -41,8 +41,8 @@
   _curveAppearance->setVisible(false);
   _curvePlacement->setVisible(false);
   _ignoreAutoScale->setVisible(false);
+  pluginChanged(pluginName);
   connect(_pluginCombo, SIGNAL(currentIndexChanged(const QString&)), this, SLOT(pluginChanged(const QString&)));
-  pluginChanged(pluginName);
 }
 
 


More information about the Kst mailing list