1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-19 22:58:06 +00:00

bugfix builder - refined storage performance

This commit is contained in:
kepler155c@gmail.com
2017-04-14 23:41:04 -04:00
parent 60487d951d
commit dc555a0b1e
5 changed files with 120 additions and 76 deletions

View File

@@ -1481,7 +1481,7 @@ function UI.Grid:adjustWidth()
end
for _,col in pairs(self.columns) do
for key,row in pairs(self.values) do
for key,row in ipairs(self.values) do
row = self:getDisplayValues(row, key)
local value = row[col.key]
if value then