We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae3a3b commit 92f4f2dCopy full SHA for 92f4f2d
mlapptools.m
@@ -84,9 +84,9 @@ function fontColor(uielement, newcolor)
84
hController = struct(struct(uifigurewindow).Controller);
85
% Check for Controller version:
86
switch subsref(ver('matlab'), substruct('.','Version'))
87
- case '9.0' % R2016a
+ case {'9.0','9.1'} % R2016a or R2016b
88
win = hController.Container.CEF;
89
- otherwise % R2016b onward
+ otherwise % R2017a onward
90
win = struct(hController.PlatformHost).CEF;
91
end
92
break
0 commit comments