Skip to content
Snippets Groups Projects
Verified Commit 35a0c554 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

correctly set menus after shock_decomposition

parent a16fe90b
No related branches found
No related tags found
No related merge requests found
......@@ -313,6 +313,7 @@ handles.pushbuttonClose = uicontrol( ...
jObj.setBusyText('All done!');
project_info.modified = true;
project_info.realtime_shock_decomposition_run = true;
gui_set_menus(true);
catch ME
jObj.stop;
jObj.setBusyText('Done with errors!');
......
......@@ -291,6 +291,7 @@ handles.pushbuttonClose = uicontrol( ...
jObj.setBusyText('All done!');
project_info.modified = true;
project_info.shock_decomposition_run = true;
gui_set_menus(true);
catch ME
jObj.stop;
jObj.setBusyText('Done with errors!');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment