17,273
edits
(fix default tabs if left and top share the same selector) |
No edit summary |
||
Line 222: | Line 222: | ||
tabArgs = Args.getTable( tabArgs ) | tabArgs = Args.getTable( tabArgs ) | ||
tabArgs.selection = Args.getValue( tabArgs ) | tabArgs.selection = Args.getValue( tabArgs ) | ||
left:addTab( tabArgs ) | |||
end | end | ||
end | end | ||
Line 234: | Line 234: | ||
tabArgs = Args.getTable( tabArgs ) | tabArgs = Args.getTable( tabArgs ) | ||
tabArgs.selection = Args.getValue( tabArgs ) | tabArgs.selection = Args.getValue( tabArgs ) | ||
top:addTab( tabArgs ) | |||
end | end | ||
end | end |