[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Apr 6 05:51:42 CEST 2005


CVS commit by staikos: 

force the updates of the slave vectors


  M +1 -0      kstequation.cpp   1.36
  M +2 -0      kstpsd.cpp   1.32


--- kdeextragear-2/kst/kst/kstpsd.cpp  #1.31:1.32
@@ -346,5 +346,7 @@ KstObject::UpdateType KstPSD::update(int
   (*_fVector)->setLabel(i18n("Frequency [%1]").arg(_rUnits));
 
+  (*_sVector)->setDirty();
   (*_sVector)->update(update_counter);
+  (*_fVector)->setDirty();
   (*_fVector)->update(update_counter);
   return setLastUpdateResult(UPDATE);

--- kdeextragear-2/kst/kst/kstequation.cpp  #1.35:1.36
@@ -212,4 +212,5 @@ KstObject::UpdateType KstEquation::updat
   }
   v = *_yVector;
+  v->setDirty();
   v->update(update_counter);
 




More information about the Kst mailing list