crafter bug fixes

This commit is contained in:
kepler155c
2018-02-23 08:28:44 -05:00
parent a58ad48b69
commit 90024b3460

View File

@@ -605,7 +605,7 @@ function itemPage.form.info:draw()
end
function itemPage.machines.grid:getRowTextColor(row, selected)
if itemPage.item.machine and self.item.machine.order == row.order then
if itemPage.item.machine and itemPage.item.machine.order == row.order then
return colors.yellow
end
return UI.Grid:getRowTextColor(row, selected)