thirdparty: only apply transparency for chatbg

This commit is contained in:
shagu
2018-03-03 19:26:38 +01:00
parent beec68caa1
commit adfdafbfdb
+3 -3
View File
@@ -151,7 +151,7 @@ pfUI:RegisterModule("thirdparty", function ()
KLHTM_Gui.title.back:Hide()
KLHTM_SetGuiScale(.9)
CreateBackdrop(KLHTM_Frame, nil, nil, .8)
CreateBackdrop(KLHTM_Frame, nil, nil, (C.thirdparty.chatbg == "1" and .8))
if C.thirdparty.chatbg == "1" and C.chat.global.custombg == "1" then
local r, g, b, a = strsplit(",", C.chat.global.background)
@@ -272,7 +272,7 @@ pfUI:RegisterModule("thirdparty", function ()
for k, val in pairs(DPSMateSettings["windows"]) do
local frame = _G["DPSMate_"..val["name"]]
CreateBackdrop(frame, nil, nil, .8)
CreateBackdrop(frame, nil, nil, (C.thirdparty.chatbg == "1" and .8))
if C.thirdparty.chatbg == "1" and C.chat.global.custombg == "1" then
local r, g, b, a = strsplit(",", C.chat.global.background)
@@ -336,7 +336,7 @@ pfUI:RegisterModule("thirdparty", function ()
SW_BarFrame1.swoBarY = -22
_G.SW_BARSEPY = 1
CreateBackdrop(SW_BarFrame1, nil, nil, .8)
CreateBackdrop(SW_BarFrame1, nil, nil, (C.thirdparty.chatbg == "1" and .8))
if C.thirdparty.chatbg == "1" and C.chat.global.custombg == "1" then
local r, g, b, a = strsplit(",", C.chat.global.background)