Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
fixes #207
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyazel committed Dec 12, 2018
1 parent 52b8d50 commit f848a95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Objects/ACTIONBUTTON_FLYOUTBTN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -940,9 +940,7 @@ function ACTIONBUTTON:Flyout_GetBar()
id = id + 1
end

local bar = CreateFrame("CheckButton", "NeuronFlyoutBar"..id, UIParent, "NeuronBarTemplate")

setmetatable(bar, {__index = ACTIONBUTTON})
local bar = Neuron.BAR:new("NeuronFlyoutBar"..id)

bar.index = id
bar.class = "bar"
Expand Down

0 comments on commit f848a95

Please sign in to comment.