This commit is contained in:
kepler155c
2018-10-24 19:12:03 -04:00
parent 55653aa494
commit 3687df3d36
11 changed files with 333 additions and 38 deletions

View File

@@ -32,10 +32,12 @@ function jobList:showError(msg)
end
function jobList:updateList(craftList)
self.grid:setValues(craftList)
self.grid:update()
self:draw()
self:sync()
if not Milo:isCraftingPaused() then
self.grid:setValues(craftList)
self.grid:update()
self:draw()
self:sync()
end
end
function jobList.grid:getRowTextColor(row, selected)