Skip to content
Snippets Groups Projects
Commit 933872b3 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

rajoute une bare de separation pour les nested callback

parent b1dec2ab
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,7 @@ data = guihandles(hHeaderFig); ...@@ -171,6 +171,7 @@ data = guihandles(hHeaderFig);
uiwait(hHeaderFig); uiwait(hHeaderFig);
%% Nested callback %% Nested callback
% -----------------------------------------------------------------------
function continueCallback(obj, event) function continueCallback(obj, event)
% get uicontrol fields and populate tsg structure % get uicontrol fields and populate tsg structure
...@@ -232,6 +233,7 @@ uiwait(hHeaderFig); ...@@ -232,6 +233,7 @@ uiwait(hHeaderFig);
error = 1; error = 1;
end end
% -----------------------------------------------------------------------
function cancelCallback(obj, event) function cancelCallback(obj, event)
% close windows % close windows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment