Small Fix

- Added ui installer
- Fixed  visual list bug
This commit is contained in:
Robert Jelic
2023-05-14 19:25:00 +02:00
parent a6789fb53a
commit 1fdf569ba8
3 changed files with 972 additions and 155 deletions

View File

@@ -245,7 +245,7 @@ return function(name, basalt)
if list[n + yOffset] == self:getValue() and selectionColorActive then
fg, bg = itemSelectedFG, itemSelectedBG
end
self:addText(1, n, t)
self:addText(1, n, t:sub(1,w))
self:addBG(1, n, tHex[bg]:rep(w))
self:addFG(1, n, tHex[fg]:rep(w))
end