Ticket #794 (closed defect: fixed)

Opened 12 months ago

Last modified 4 months ago

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

comment:1 Changed 4 months ago by george

  • Status changed from new to closed
  • Progress (%) changed from 0 to 100
  • Resolution set to fixed

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.

Note: See TracTickets for help on using tickets.