[Kst] [Bug 93638] Curves derived from psds, histograms,
and equations are not updated when source is changed
netterfield at astro.utoronto.ca
netterfield at astro.utoronto.ca
Tue Nov 23 01:31:10 CET 2004
------- 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=93638
netterfield astro utoronto ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From netterfield astro utoronto ca 2004-11-23 01:31 -------
CVS commit by netterfield:
'forced update' forces update. Now psds get updated when changed.
Approval: George
BUG: 93638
M +1 -1 updatethread.cpp 1.31
--- kdeextragear-2/kst/kst/updatethread.cpp #1.30:1.31
@ -199,5 +199,5 @ bool UpdateThread::doUpdates(bool force,
}
- if (U == KstObject::NO_CHANGE) { // no need to update further
+ if ((U == KstObject::NO_CHANGE) && (!force)) { // no need to update further
return false;
}
More information about the Kst
mailing list