Skip to content

Commit 26d8e2f

Browse files
committed
Removed BaseWidget Reference from ButtonGrid.m
1 parent 585078b commit 26d8e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets/+wt/ButtonGrid.m

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

6060
%% Internal Properties
6161
properties ( Transient, NonCopyable, ...
62-
Access = {?wt.test.BaseWidgetTest, ?matlab.ui.componentcontainer.ComponentContainer} )
62+
Access = {?matlab.ui.componentcontainer.ComponentContainer} )
6363

6464
% Buttons (other widgets like ListSelector also access this)
6565
Button (1,:) matlab.ui.control.Button

0 commit comments

Comments
 (0)