Skip to content

Commit d521fda

Browse files
committed
bugfix to FontColorable mixin
1 parent 30be1c8 commit d521fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets/+wt/+mixin/FontColorable.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
function set.FontColor_I(obj,value)
6868
obj.FontColor_I = value;
69-
obj.updateFontColorableComponents("FontColor", obj.FontColor_I);
69+
obj.updateFontColorableComponents();
7070
end
7171

7272
function set.FontColorableComponents(obj,value)

0 commit comments

Comments
 (0)