Dominos

Dominos

19M Downloads

Extra Action Button Resets

Rustyb0y opened this issue ยท 2 comments

commented

Everytime I load the game up the Extra Action Button position resets to it's default poistion. In order to fix this I have to open config and right click on the correct buttons position.

Addon Version
8.3.1-retail

World of Warcraft Version
Retail

dominos1
dominos2
dominos3
dominos4

commented

Does this occur with just Dominos enabled?

commented

Ok so I think it's an addon called ExtraQuestButton that lets you use the extra action button for quest items if the action button isn't being used.

There are two lines in it's anchor code, which I have commented out. It now works as intended

ExtraActionButton1:ClearAllPoints()
ExtraActionButton1:SetPoint('CENTER', self)

The funny this is, the author has included code that when you unlock/lock the buttons position from his addon it checks to see if any other addon has control of its position and will not let you move it. I would have thought they would have done the same check on load.

I will contact the author and see if he will update his addon