Skip to content

Commit

Permalink
fix for ingmar
Browse files Browse the repository at this point in the history
  • Loading branch information
jries committed Jul 6, 2021
1 parent 6847569 commit 2459211
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions +interfaces/GuiModuleInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
if isstruct(obj.children)
guichildren=fieldnames(obj.children);
for k=1:length(guichildren)
if if ~isstruct(obj.children.guichildren{k})) && isvalid(obj.children.guichildren{k}))
if ~isstruct(obj.children.guichildren{k})) && isvalid(obj.children.guichildren{k}))
ph=obj.children.(guichildren{k}).getGuiParameters(true,onlyedit);
if ~isempty(ph)
pout.children.(guichildren{k})=ph;
end
if ~isempty(ph)
pout.children.(guichildren{k})=ph;
end
end
end
end
Expand Down

0 comments on commit 2459211

Please sign in to comment.