- holt+simulation widgets: fixed errors on Simulation/History update

- gui_builder: resize and redraw showing/hidig threads on widgets



git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1043 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
paolo 2006-09-07 15:01:29 +00:00
parent 116400defd
commit 8cfa2469b2
3 changed files with 9 additions and 6 deletions

View file

@ -94,7 +94,7 @@ GuiBuilder::on_view_show_threads_activate()
{
_show_threads = !_show_threads;
_simulation_widget->set_show_threads(_show_threads);
_simulation_widget->redraw();
_simulation_widget->resize_redraw();
_holt_container.get_holt_widget().set_show_threads(_show_threads);
_holt_container.get_holt_widget().update(Simulation::get_instance());
}