We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e981a commit 303d0e6Copy full SHA for 303d0e6
1 file changed
Basalt/objects/Slider.lua
@@ -131,6 +131,7 @@ return function(name, basalt)
131
self:addDraw("slider", function()
132
local w,h = self:getSize()
133
local bgCol,fgCol = self:getBackground(), self:getForeground()
134
+ local obx, oby = self:getPosition()
135
if (barType == "horizontal") then
136
self:addText(index, oby, symbol:rep(symbolSize))
137
if(symbolBG~=false)then self:addBG(index, 1, tHex[symbolBG]:rep(#symbol*symbolSize)) end
0 commit comments