Summary: | vector generation does not update all properties | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Brisset
2005-11-16 11:21:34 UTC
The vector will currently only be updated if it is part of a curve. We could force the update by doing the following in KstSVector: internalUpdate(KstObject::UPDATE); in KstSVector::changeRange(double x0, double x1, int n). Any good reason not to do this? On Wednesday 16 November 2005 16:35, Andrew Walker wrote: > ------- We could force the update by doing the following in KstSVector: > > internalUpdate(KstObject::UPDATE); > > in KstSVector::changeRange(double x0, double x1, int n). Any > good reason not to do this? Looks right to me. That's exactly what internalUpdate was created for (and why it's protected). Call internalUpdate to update the static vector properties. |