Skip to content
Snippets Groups Projects
Commit 222239ec authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Update JobView graphics only when switching to this view

parent 3a7f6f19
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,9 @@ void MainWindow::onChangeTabWidget(int index)
// update views which depend on others
(void)index;
m_simulationView->updateViewElements();
m_jobView->updateJobsAndGraphics();
if (index==4) {
m_jobView->updateJobsAndGraphics();
}
}
void MainWindow::initSimModel()
......
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