From 563254053061133002b9182f4d6c4ad7175eb037 Mon Sep 17 00:00:00 2001 From: paolo Date: Wed, 13 Sep 2006 14:52:11 +0000 Subject: [PATCH] - 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 --- src/gui_builder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui_builder.cc b/src/gui_builder.cc index e8ca872..6c97d8c 100644 --- a/src/gui_builder.cc +++ b/src/gui_builder.cc @@ -106,7 +106,7 @@ GuiBuilder::on_view_show_threads_activate() _simulation_widget->set_show_threads(_show_threads); _simulation_widget->resize_redraw(); _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