- modified simulation_widget to show threads

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@933 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
paolo 2006-08-23 00:34:55 +00:00
parent 94452ca972
commit 7756a56b25
3 changed files with 545 additions and 165 deletions

View file

@ -434,6 +434,8 @@ void MainWindow::on_button_runmode_clicked()
void MainWindow::on_button_showthreads_clicked()
{
std::cout << "on_button_showthreads_clicked" << endl;
_simulation_widget.set_show_threads(_showthreads_button.get_active());
_simulation_widget.resize_redraw();
_holt_widget.set_show_threads(_showthreads_button.get_active());
_holt_widget.resize_redraw();
}