crafter bug fixes
This commit is contained in:
@@ -605,7 +605,7 @@ function itemPage.form.info:draw()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function itemPage.machines.grid:getRowTextColor(row, selected)
|
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
|
return colors.yellow
|
||||||
end
|
end
|
||||||
return UI.Grid:getRowTextColor(row, selected)
|
return UI.Grid:getRowTextColor(row, selected)
|
||||||
|
|||||||
Reference in New Issue
Block a user