Skip to content

Commit 6b2bb54

Browse files
committed
deactivated tags
1 parent 68ee1ab commit 6b2bb54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main_gui.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function main_gui_OpeningFcn(hObject, eventdata, handles, varargin)
2929
set(findall(handles.panel_class, '-property', 'enable'), 'enable', 'off');
3030
set(findall(handles.panel_res, '-property', 'enable'), 'enable', 'off');
3131
set(handles.res_demo,'Enable','on');
32+
set(handles.config_tags,'Visible','off');
3233
% Choose default command line output for main_gui
3334
handles.output = hObject;
3435
% Update handles structure

0 commit comments

Comments
 (0)