Skip to content

Commit c8f7eb6

Browse files
committed
Changed RearrangeableColumns from true to 'on'
1 parent 53e23fe commit c8f7eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+eui/ConditionPanel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
obj.ConditionTable = uitable('Parent', p,...
6262
'FontName', 'Consolas',...
6363
'RowName', [],...
64-
'RearrangeableColumns', true,...
64+
'RearrangeableColumns', 'on',...
6565
'Units', 'normalized',...
6666
'Position',[0 0 1 1],...
6767
'UIContextMenu', c,...

0 commit comments

Comments
 (0)