[Kst] [Bug 157794] changing value of static object does not trigger a UI update
Andrew Walker
arwalker at sumusltd.com
Wed Feb 13 20:40:17 CET 2008
------- 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=157794
------- Additional Comments From arwalker sumusltd com 2008-02-13 20:40 -------
This is because such primitive objects have their internalUpdate() called only if one of their scalars was marked as dirty by the call to resize. The scalar will then trigger a call to internalUpdate() of its provider, and a UI update will be triggered only if the value of the scalar was changed during the internalUpdate().
Changing one of the values of a matrix or vector will never trigger a UI update.
More information about the Kst
mailing list