Show colormap as sub item

This commit is contained in:
Daniel Lidstrom 2020-12-17 01:08:46 -08:00
parent 02079aec8a
commit edf42114f8
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ class WidgetParameterItem(ParameterItem):
w.value = w.colorMap
w.setValue = w.setColorMap
self.hideWidget = False
self.asSubItem = True
else:
raise Exception("Unknown type '%s'" % asUnicode(t))
return w