fix bad resets

This commit is contained in:
Ryan Holmes
2019-03-21 20:30:37 -04:00
parent a69730085f
commit d922bf8913

View File

@@ -262,8 +262,6 @@ class ItemParams(wx.Panel):
for i in range(self.paramList.GetMainWindow().GetColumnCount()):
self.paramList.SetColumnWidth(i, wx.LIST_AUTOSIZE)
def GetData(self, attr):
def GetData(self, attr, displayOveride = None):
info = self.attrInfo.get(attr)
att = self.attrValues[attr]