Skip to content

Commit 0c2aacf

Browse files
committed
Updated TableDemo to work with renamed method
1 parent d9168bd commit 0c2aacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/TableDemo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
% Button pushed function: Button
1313
function ButtonPushed(app, ~)
1414
% Return all registered widgets:
15-
[~,w] = mlapptools.getWidgetInfo(app.UIFigure);
15+
[~,w] = mlapptools.getWidgetList(app.UIFigure);
1616
% Filter list:
1717
w = w(~cellfun(@isempty,w.id) & ...
1818
cellfun(@(x)~isempty(strfind(x,'uniq')),w.id),:); %#ok<STREMP>

0 commit comments

Comments
 (0)