revert ui change

This commit is contained in:
kepler155c@gmail.com 2017-04-15 05:53:44 -04:00
parent d220175634
commit 04a44163f4
1 changed files with 1 additions and 1 deletions

View File

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