Bug 164486

Summary: Dependent objects do not update when static vector changed
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2008-06-19 23:45:45 UTC
Version:           1.4.0 (using KDE 3.5.8)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:
Dependent objects do not update when a static vector is modified

STEPS TO REPRODUCE:
Start Kst
Create a new static vector (Data... New Vector..., select Generate)
Create a new curve, with the x and y-axis using the newly created vector
Edit the vector and change the range

RESULTS:
The curve does not update to reflect the changes to the vector

EXPECTED RESULTS:
The curve automatically updates to reflect the changes to the vector
Comment 1 Andrew Walker 2008-06-20 01:23:21 UTC
SVN commit 822375 by arwalker:

BUG:164486 mark static vectors as dirty after editing, even after doing an internalUpdate, so that any dependent objects will be updated

 M  +2 -1      kstsvector.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=822375