Skip to content

Commit

Permalink
2.3. BugFIX: Backward Matlab compatibility reestablished
Browse files Browse the repository at this point in the history
Editing and saving the button press callback on the field of models under an older Matlab made it compatible across Matlab versions.
  • Loading branch information
matyasfarkas authored Jun 19, 2018
1 parent 066905b commit 9296e4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified MMB_OPTIONS/OPT2MENU_MULTI.fig
Binary file not shown.
2 changes: 1 addition & 1 deletion MMB_OPTIONS/OPT2MENU_MULTI.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function OPT2MENU_MULTI_OpeningFcn(hObject, eventdata, handles, varargin)
varargout{1} = handles.output;


% --- Executes when selected object is changed in groupalmodels.
% --- Executes when selected object is changed in ecmodels.
function ecmodels1_SelectionChangeFcn(hObject, eventdata, handles)
global modelsvec;
global modelslist;
Expand Down

0 comments on commit 9296e4e

Please sign in to comment.