mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
oops
This commit is contained in:
@@ -266,7 +266,7 @@ function AB:LoadKeyBinder()
|
|||||||
b = EnumerateFrames(b)
|
b = EnumerateFrames(b)
|
||||||
end
|
end
|
||||||
|
|
||||||
for b in pairs(self.handledbuttons) do
|
for b in pairs(self.handledButtons) do
|
||||||
self:RegisterButton(b, true)
|
self:RegisterButton(b, true)
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -286,7 +286,7 @@ function AB:LoadKeyBinder()
|
|||||||
f:SetClampedToScreen(true)
|
f:SetClampedToScreen(true)
|
||||||
f:SetWidth(360)
|
f:SetWidth(360)
|
||||||
f:SetHeight(130)
|
f:SetHeight(130)
|
||||||
f:SetTemplate("Transparent")
|
E:SetTemplate(f, "Transparent")
|
||||||
f:Hide()
|
f:Hide()
|
||||||
|
|
||||||
local header = CreateFrame("Button", nil, f)
|
local header = CreateFrame("Button", nil, f)
|
||||||
|
|||||||
Reference in New Issue
Block a user