[Kst] kst_1_0_branch: kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Nov 25 21:37:15 CET 2004


CVS commit by staikos: 

backport fix for triggers in scalars


  M +1 -0      kstscalar.cpp   1.30.4.1


--- kdeextragear-2/kst/kst/kstscalar.cpp  #1.30:1.30.4.1
@@ -100,4 +100,5 @@ void KstScalar::save(QTextStream &ts, co
 KstScalar& KstScalar::operator=(double v) {
   _value = v;
+  emit trigger();
   return *this;
 }





More information about the Kst mailing list