- Small fix: don't reenable history notifications if they
were disabled when we started to load an XML file git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1106 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
1d7c053012
commit
efa5b781ef
2 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ JumpToDialog::_on_jump()
|
|||
{
|
||||
sim.run();
|
||||
if(sim.get_state() == Simulation::state_stopped)
|
||||
break; // Simulation ended before reaching _target_instant
|
||||
break; // Simulation ended before reaching _target_instant
|
||||
}
|
||||
}
|
||||
// TODO: exception handling copied from SimulationController, it should be factored out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue