mirror of
https://github.com/kepler155c/opus
synced 2024-12-24 15:40:26 +00:00
revert ui change
This commit is contained in:
parent
d220175634
commit
04a44163f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user