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

Andrew Walker arwalker at sumusltd.com
Tue Dec 4 22:30:35 CET 2007


SVN commit 744915 by arwalker:

add missing connection

 M  +2 -1      kst2dplot.cpp  


--- branches/work/kst/1.6/kst/src/libkstapp/kst2dplot.cpp #744914:744915
@@ -7221,6 +7221,7 @@
   if (!widget) {
     return;
   }
+
   connect(widget, SIGNAL(changed()), parent, SLOT(modified()));
   connect(widget->_title, SIGNAL( textChanged(const QString&) ), parent, SLOT( modified() ) );
   connect(widget->plotColors, SIGNAL( bgChanged(const QColor&) ), parent, SLOT(modified()) );
@@ -7277,6 +7278,7 @@
   connect( widget->_comboBoxYInterpret, SIGNAL( activated(int) ), parent, SLOT(modified()));
   connect( widget->_comboBoxYDisplay, SIGNAL( activated(int) ), parent, SLOT(modified()));
   connect( widget->_yTransformRight, SIGNAL( stateChanged(int) ), parent, SLOT(modified()));
+  connect( widget->_yTransformRightExp, SIGNAL( textChanged(const QString&) ), parent, SLOT(modified()));
   connect( widget->_yMajorTickSpacing, SIGNAL( activated(int) ), parent, SLOT(modified()));
   connect( widget->_yMinorTicks, SIGNAL( valueChanged(int) ), parent, SLOT(modified()));
   connect( widget->_yMinorTicksAuto, SIGNAL( stateChanged(int) ), parent, SLOT(modified()));
@@ -7400,7 +7402,6 @@
 KST_REGISTER_VIEW_OBJECT(Plot, create_Kst2DPlot, handler_Kst2DPlot)
 }
 
-
 #undef LABEL_PRECISION
 #include "kst2dplot.moc"
 


More information about the Kst mailing list