Skip to content

Commit

Permalink
FIX - Interpreter is not a valid option for the figure name
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Nov 8, 2024
1 parent c500577 commit 43b2ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/open_figure.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

if ~isempty(cfg.figurename)
% this appears as the name of the window
set(h, 'name', cfg.figurename, 'Interpreter', cfg.interpreter);
set(h, 'name', cfg.figurename);
end

if ~isempty(cfg.renderer)
Expand Down

0 comments on commit 43b2ba8

Please sign in to comment.