Skip to content

Commit

Permalink
Merge pull request #411 from NVlabs/ExperimentChangeFix
Browse files Browse the repository at this point in the history
Don't modify widget manager prior to reinit
  • Loading branch information
jspjutNV committed Jan 13, 2023
2 parents bb0cd77 + 2967962 commit dfd2657
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/FPSciApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1202,9 +1202,6 @@ void FPSciApp::onAfterEvents() {
}

if (reinitExperiment) { // Check for experiment reinitialization (developer-mode only)
m_widgetManager->clear();
addWidget(debugWindow);
addWidget(developerWindow);
initExperiment();
reinitExperiment = false;
}
Expand Down

0 comments on commit dfd2657

Please sign in to comment.