Use bgColor instead of fgColor
This commit is contained in:
parent
0a8209d3fe
commit
685303e4e5
@ -31,11 +31,11 @@ function Progress:new(o)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Progress:setFgColor(color)
|
function Progress:setFgColor(color)
|
||||||
self.active:setFgColor(color)
|
self.active:setBgColor(color)
|
||||||
end
|
end
|
||||||
|
|
||||||
function Progress:setBgColor(color)
|
function Progress:setBgColor(color)
|
||||||
self.inactive:setFgColor(color)
|
self.inactive:setBgColor(color)
|
||||||
end
|
end
|
||||||
|
|
||||||
function Progress:_updateProgress()
|
function Progress:_updateProgress()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user