[Kst] [Bug 140628] Editing the "Transform top axis: Expression" field of the Plot Edit Dialog's X/Y axis tabs does not register as an update.

Andrew Walker arwalker at sumusltd.com
Fri Jan 26 01:40:57 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140628         
arwalker sumusltd com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From arwalker sumusltd com  2007-01-26 01:40 -------
SVN commit 627218 by arwalker:

BUG:140628 Add the missing connection

 M  +1 -0      kst2dplot.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kst2dplot.cpp #627217:627218
 @ -7003,6 +7003,7  @
   connect( widget->_comboBoxXInterpret, SIGNAL( activated(int) ), parent, SLOT(modified()));
   connect( widget->_comboBoxXDisplay, SIGNAL( activated(int) ), parent, SLOT(modified()));
   connect( widget->_xTransformTop, SIGNAL( stateChanged(int) ), parent, SLOT(modified()));
+  connect( widget->_xTransformTopExp, SIGNAL( textChanged(const QString&) ), parent, SLOT(modified()));
   connect( widget->_xMajorTickSpacing, SIGNAL( activated(int) ), parent, SLOT(modified()));
   connect( widget->_xMinorTicks, SIGNAL( valueChanged(int) ), parent, SLOT(modified()));
   connect( widget->_xMinorTicksAuto, SIGNAL( stateChanged(int) ), parent, SLOT(modified()));


More information about the Kst mailing list