CVS commit by staikos:
setDirty() on setValue()
M +1 -0 kstscalar.cpp 1.40
--- kdeextragear-2/kst/kst/kstscalar.cpp #1.39:1.40
@@ -131,4 +131,5 @@ bool KstScalar::isGlobal() const {
void KstScalar::setValue(double inV) {
+ setDirty();
_value = inV;
emit trigger();