| Summary: | Polar plot does not update properly | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Ben Lewis <benlewis003> |
| Component: | equations | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | benlewis003, netterfield |
| Priority: | NOR | ||
| Version First Reported In: | 2.0.4 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Example kst file to reproduce bug
Example kst file to reproduce bug |
||
|
Description
Ben Lewis
2012-04-05 11:26:47 UTC
Created attachment 70172 [details]
Example kst file to reproduce bug
Created attachment 70177 [details]
Example kst file to reproduce bug
The previous example file had a mistake in the description of how to reproduce this bug
The but is triggered by a unary operator acting on eg, sin().
so
-sin(x + [b (x44)])
triggers the bug but
-1*sin(x + [b (x44)]) does not.
SVN commit 1289399 by netterfield: Unary minus no longer prevents updating of equations. M +2 -0 dataobject.cpp M +6 -0 enodes.cpp M +1 -0 enodes.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1289399 |