Skip to content

Commit

Permalink
Update ProgressBar.m
Browse files Browse the repository at this point in the history
Fix an issue in line #254, where a letter "j" is missing and the variable "obj" referring to the object itself cannot be resolved by MATLAB
  • Loading branch information
SeanZhang99 authored Dec 16, 2024
1 parent 60ac26b commit c88c757
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 c88c757

Please sign in to comment.