Skip to content

Commit

Permalink
Fixed busyaction.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashorn committed Jan 17, 2019
1 parent ac40593 commit e12b8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ea_checkstructures.m
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ function approvefiducial_Callback(hObject, eventdata, handles)
set(handles.approvefiducial,'visible','off');
set(handles.discardfiducial,'visible','off');
set(handles.refinestatus,'String','Great, correction added! Remember to re-run an ANTs-based normalization for changes to take effect.');
ea_busyaction('on','normcheckstructures');
ea_busyaction('on',handles.checkstructures,'normcheckstructures');
linefiducial=getappdata(handles.checkstructures,'linefiducial');
fiducialview=getappdata(handles.checkstructures,'fiducialview');
bbs=getappdata(handles.checkstructures,'bbs'); % bounding boxes of views
Expand Down Expand Up @@ -576,7 +576,7 @@ function approvefiducial_Callback(hObject, eventdata, handles)
ea_write_nii(nii);

ea_updateviews(options,handles,1:3)
ea_busyaction('off','normcheckstructures');
ea_busyaction('off',handles.checkstructures,'normcheckstructures');


function v=smallestentry(ay)
Expand Down

0 comments on commit e12b8e3

Please sign in to comment.