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 bc351ea commit 6084c26Copy full SHA for 6084c26
mlapptools.m
@@ -122,6 +122,8 @@ function fontWeight(uiElement, weight)
122
p.expand(); % The row must be visible to apply changes
123
end
124
widgetID = WidgetID('data-test-id', char(struct(uiElement).NodeId));
125
+ case 'uipanel'
126
+ widgetID = WidgetID('data-tag', mlapptools.getDataTag(uiElement));
127
otherwise % default:
128
widgetID = mlapptools.getWidgetID(win, mlapptools.getDataTag(uiElement));
129
0 commit comments