Skip to content

Commit

Permalink
Its magic
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis authored and kodewdle committed Jan 21, 2025
1 parent ca9088f commit 8fe3cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function lib:CreateButton(id, name, header, config)
KeyBound = LibStub("LibKeyBound-1.0", true)
end

local button = setmetatable(CreateFrame("CheckButton", name, header, "SecureActionButtonTemplate, ActionButtonTemplate"), Generic_MT)
local button = setmetatable(CreateFrame("CheckButton", name, header, "ActionButtonTemplate, SecureActionButtonTemplate"), Generic_MT)
button:RegisterForDrag("LeftButton", "RightButton")
if WoWRetail then
button:RegisterForClicks("AnyDown", "AnyUp")
Expand Down

0 comments on commit 8fe3cb0

Please sign in to comment.