- Defaults to thread view.
- Enforcing resource policy the old way. git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1016 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
2b9942bbec
commit
68d5f30f64
5 changed files with 72 additions and 12 deletions
|
@ -532,6 +532,7 @@ GuiBuilder::GuiBuilder(const std::string& gladefile)
|
|||
_refXml->get_widget("SimulationScrolledWindow", simulation_window);
|
||||
SimulationWidget& simulation_widget = *manage(new SimulationWidget(Simulation::get_instance()));
|
||||
simulation_window->add(simulation_widget);
|
||||
simulation_widget.set_show_threads(true);
|
||||
simulation_widget.show();
|
||||
|
||||
// Why this works, and SimulationWidget doesn't ??
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue