Bug 164486 - Dependent objects do not update when static vector changed
Summary: Dependent objects do not update when static vector changed
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-19 23:45 UTC by Andrew Walker
Modified: 2008-06-20 01:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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