This commit is contained in:
Crum
2018-11-19 22:36:22 -06:00
parent 7db8cb887a
commit 7d622f3a34
5 changed files with 92 additions and 71 deletions
@@ -139,6 +139,7 @@ local methods = {
self.disabled = disabled
if disabled then
self.slider:EnableMouse(false)
self.slider:GetThumbTexture():SetDesaturated(true) -- ElvUI
self.label:SetTextColor(.5, .5, .5)
self.hightext:SetTextColor(.5, .5, .5)
self.lowtext:SetTextColor(.5, .5, .5)
@@ -148,6 +149,7 @@ local methods = {
self.editbox:ClearFocus()
else
self.slider:EnableMouse(true)
self.slider:GetThumbTexture():SetDesaturated(false) -- ElvUI
self.label:SetTextColor(1, .82, 0)
self.hightext:SetTextColor(1, 1, 1)
self.lowtext:SetTextColor(1, 1, 1)