Skip to content

Commit

Permalink
Issue #5 error on view surface
Browse files Browse the repository at this point in the history
issue #5
  • Loading branch information
ahmettaskin committed Apr 21, 2018
1 parent aa4744a commit 13cad1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions @mainEditor/addMenus.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
'Tag','menu_input',...
'Callback',{@add_input obj},...
'Label','Input');
uimenu(h2, ...
'Tag','menu_output',...
'Callback',{@add_output obj},...
'Label','Output');
% uimenu(h2, ...
% 'Tag','menu_output',...
% 'Callback',{@add_output obj},...
% 'Label','Output');
% uimenu(h1, ...
% 'Callback','', ...
% 'Label','Remove Selected Variable');
Expand Down

0 comments on commit 13cad1f

Please sign in to comment.