minor bug fixes

This commit is contained in:
kepler155c@gmail.com
2020-04-27 22:31:57 -06:00
parent ef0886ec85
commit 8a9878b8e5
6 changed files with 26 additions and 10 deletions

View File

@@ -214,12 +214,12 @@ nodeWizard = UI.Page {
},
sortColumn = 'slot',
help = 'Contents of inventory',
getDisplayValues = function(_, row)
row = Util.shallowCopy(row)
row.displayName = itemDB:getName(row)
return row
end,
},
getDisplayValues = function(_, row)
row = Util.shallowCopy(row)
row.displayName = itemDB:getName(row)
return row
end,
enable = function(self)
UI.WizardPage.enable(self)
self:focusFirst()