comment some unintuitive behaviour of horizontal bars...

This commit is contained in:
David Kydd 2018-10-31 09:11:24 +13:00
Родитель d5a1b9a04a
Коммит 407114e5b3
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -360,6 +360,7 @@ class MayaAPI(object):
@staticmethod
def table(*args, **kwargs):
#note in order to have a horizontal scroll bar displayable on resize, the table must contain at least 2 columns
try:
return cmds.scriptTable(*args, **kwargs)
except Exception as exp: