Skip to content

Commit 6928e82

Browse files
committed
Move ListButtons to private property
1 parent 6cb01bf commit 6928e82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

widgets/+wt/ListSelector.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@
7373
% Additional user buttons
7474
UserButtons wt.ButtonGrid
7575

76-
% The list sorting buttons
77-
ListButtons wt.ButtonGrid
78-
7976
end %properties
8077

8178

@@ -87,6 +84,9 @@
8784
% The ListBox control
8885
ListBox (1,1) matlab.ui.control.ListBox
8986

87+
% The list sorting buttons
88+
ListButtons wt.ButtonGrid
89+
9090
% Listen to button pushes in sections
9191
ButtonPushedListener event.listener
9292

0 commit comments

Comments
 (0)