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 370e3da commit cf496a9Copy full SHA for cf496a9
mlapptools.m
@@ -121,7 +121,9 @@ function fontWeight(uiElement, weight)
121
if ~isa(p,'matlab.ui.container.Tree')
122
p.expand(); % The row must be visible to apply changes
123
end
124
+ warnState = mlapptools.toggleWarnings('off');
125
widgetID = WidgetID('data-test-id', char(struct(uiElement).NodeId));
126
+ warning(warnState); % Restore warning state
127
case 'uipanel'
128
widgetID = WidgetID('data-tag', mlapptools.getDataTag(uiElement));
129
otherwise % default:
0 commit comments