Skip to content

Commit 5bcd95d

Browse files
committed
Auto-load plots and table.
1 parent 8bf27d5 commit 5bcd95d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Studio/DeepSSM/DeepSSMTool.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ void DeepSSMTool::update_panels() {
328328
ui_->run_button->setEnabled(enabled);
329329
ui_->run_button->setText("Run " + string);
330330
}
331+
332+
load_plots();
333+
update_tables();
331334
}
332335

333336
//---------------------------------------------------------------------------

0 commit comments

Comments
 (0)