Skip to content

Commit

Permalink
The ActionBar MT should be of class Frame, not Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Mar 2, 2022
1 parent ef83250 commit b756a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Generic Bar Frame Template
]]
local _, Bartender4 = ...
local Bar = CreateFrame("Button")
local Bar = CreateFrame("Frame")
local Bar_MT = {__index = Bar}

local table_concat, table_insert, tostring, assert, pairs, min, max = table.concat, table.insert, tostring, assert, pairs, min, max
Expand Down

0 comments on commit b756a67

Please sign in to comment.