Ticket #794 (closed defect: fixed)
Undo creates unwanted objects
| Reported by: | zbynek | Owned by: | george |
|---|---|---|---|
| Priority: | major | Milestone: | GeoGebra 4.0 |
| Component: | General | Keywords: | |
| Cc: | Estimate (h): | 2 | |
| Progress (%): | 100 |
Description
Run probability calculator, close it, press undo: normal curve and points appear.
Similarly with single variable statistics.
Two-variable and mutivarible analysis and function inspector seem to be OK.
Change History
Note: See
TracTickets for help on using
tickets.

Undo problems were solved by changing the way in which GeoElements are created in these classes. Instead of sending strings to the algebra processor the geos are now created by directly constructing the needed algos. This allows the objects to be kept out of the XML, preventing undo problems.