Skip to content

Commit

Permalink
fix mouse interaction with hidden movers
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Nov 2, 2024
1 parent c19f8a7 commit 6f6df51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Artwork/BlizzMovers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ local function AbilityBars()
MoveIt:CreateMover(ExtraActionBarHolder, 'ExtraActionBar', 'Extra action button', nil, 'Blizzard UI')
MoveIt:CreateMover(ZoneAbilityHolder, 'ZoneAbility', 'Zone ability button', nil, 'Blizzard UI')

ExtraActionBarHolder:EnableMouse(false)
ZoneAbilityHolder:EnableMouse(false)
-- Update the layout when new frames are added
hooksecurefunc(ExtraAbilityContainer, 'AddFrame', function()
ExtraAB.Reparent()
Expand Down

0 comments on commit 6f6df51

Please sign in to comment.