Skip to content

Commit

Permalink
Merge pull request #13 from SeanZhang99/master
Browse files Browse the repository at this point in the history
Update ProgressBar.m
  • Loading branch information
JAAdrian authored Dec 16, 2024
2 parents e2cfbd0 + c88c757 commit 679c381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProgressBar.m
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
obj.CurrentFont = s.matlab.fonts.codefont.Name.ActiveValue;

% change to Courier New which is shipped by every Windows distro since Windows 3.1
s.matlab.fonts.codefont.Name.TemporaryValue = ob.OVERRIDE_FONT_NAME;
s.matlab.fonts.codefont.Name.TemporaryValue = obj.OVERRIDE_FONT_NAME;
end

% add a new timer object with the standard tag name and hide it
Expand Down

0 comments on commit 679c381

Please sign in to comment.