1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-15 01:39:59 +00:00

revert ui change

This commit is contained in:
kepler155c@gmail.com 2017-04-15 05:53:44 -04:00
parent d220175634
commit 04a44163f4

View File

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