Skip to content

Commit 0973fec

Browse files
rjackeyrjackey
authored andcommitted
ColorSelector internal property attributes
1 parent a7b489e commit 0973fec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

widgets/+wt/ColorSelector.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737

3838

3939
%% Internal Properties
40-
properties ( Transient, NonCopyable, ...
41-
Access = {?matlab.uitest.TestCase, ?matlab.ui.componentcontainer.ComponentContainer} )
40+
properties (Transient, NonCopyable, Hidden, SetAccess = protected)
4241

4342
% Button
4443
ButtonControl (1,1) matlab.ui.control.Button

0 commit comments

Comments
 (0)