aboutsummaryrefslogtreecommitdiffstats
path: root/gui/wxmain_mrun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/wxmain_mrun.cpp')
-rw-r--r--gui/wxmain_mrun.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/wxmain_mrun.cpp b/gui/wxmain_mrun.cpp
index 7283657..5661832 100644
--- a/gui/wxmain_mrun.cpp
+++ b/gui/wxmain_mrun.cpp
@@ -76,6 +76,8 @@ void MainFrame::onRunStart(wxCommandEvent& ce)
if (m_run_draw_samples->IsChecked())
m_compile_output->Refresh();
}
+
+ updateMenuOptions();
}
void MainFrame::onRunLogResults(wxCommandEvent& ce)