Skip to content
Snippets Groups Projects
Commit 1915b5f0 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Fix typo that resulted in "Run in background" appearing in wrong section (#851/2)

parent 281d1499
No related branches found
No related tags found
1 merge request!2215Fix typo that resulted in "Run in background" appearing in wrong section (#851/2)
Pipeline #122913 passed
......@@ -109,7 +109,7 @@ SimulationView::SimulationView(QWidget* parent, ProjectDocument* document)
l3->addWidget(m_runPolicyImmediatelyRadio);
m_runPolicyBackgroundRadio = new QRadioButton("Run in background");
b_exec->addButton(m_runPolicyBackgroundRadio);
l2->addWidget(m_runPolicyBackgroundRadio);
l3->addWidget(m_runPolicyBackgroundRadio);
l3->addSpacerItem(new QSpacerItem(10, 10));
// number of threads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment