Small Fix
- Added ui installer - Fixed visual list bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user