﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2202	OMEdit does not update results	Christian Schubert	Adeel Asghar	"Hi,

the plots of OMEdit are not updated automatically after a new simulation run of the same model with different parameters. After deselecting and reselecting the plot variables, the plot is correct.

Here are the steps to reproduce the problem:
1. Simulate a simple model, eg.
{{{
model Test
  Real x(start = 1, fixed=true);
equation
  der(x)=-x;
end Test;
}}}
2. plot x
3. Change back to ""Modelling view"" and change the start value in the second line
{{{
  Real x(start = 2, fixed=true);
}}}
4. simulate again
5. the plot of x looks exactly the same (starting at 1)
6. deselect x and reselect it
-> now the new value of x is shown
"	defect	closed	critical	1.9.0	OMEdit	trunk	fixed		
