- bugfix: show/hide thread now update correctly holt_widget
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1130 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
d15643131f
commit
5632540530
|
@ -106,7 +106,7 @@ GuiBuilder::on_view_show_threads_activate()
|
||||||
_simulation_widget->set_show_threads(_show_threads);
|
_simulation_widget->set_show_threads(_show_threads);
|
||||||
_simulation_widget->resize_redraw();
|
_simulation_widget->resize_redraw();
|
||||||
_holt_container.get_holt_widget().set_show_threads(_show_threads);
|
_holt_container.get_holt_widget().set_show_threads(_show_threads);
|
||||||
_holt_container.get_holt_widget().update(Simulation::get_instance());
|
_holt_container.get_holt_widget().update(Simulation::get_instance().get_history());
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue