Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't change anchor point #19

Open
dhood86 opened this issue Mar 29, 2020 · 3 comments
Open

Can't change anchor point #19

dhood86 opened this issue Mar 29, 2020 · 3 comments

Comments

@dhood86
Copy link

dhood86 commented Mar 29, 2020

I am having an issue where I cannot change the anchor points for the frames. When I go into the settings, I am able to click the drop down, but when I click an option to change the anchor point the option does not change. There is not error code thrown when this happens. I have tried it with all of my addons disabled. I don't know if I am doing anything wrong, or if there is a chat command I can do to get my desired effect.

@Qessu
Copy link

Qessu commented Apr 12, 2020

It's broken, buff size doesn't change either. It used to work before.

I am having an issue where I cannot change the anchor points for the frames. When I go into the settings, I am able to click the drop down, but when I click an option to change the anchor point the option does not change. There is not error code thrown when this happens. I have tried it with all of my addons disabled. I don't know if I am doing anything wrong, or if there is a chat command I can do to get my desired effect.

@johnnydement
Copy link

Facing same issue.

@qbarbosa
Copy link

qbarbosa commented Oct 7, 2020

Hello! Same issue here. It seems to be the same for all of the dropdown menus.

Edit:
I found a workaround by editing the file PhanxBuffs.lua located in the folder WTF/Account/<AccountNumber>/SavedVariables.

You have to add this between the "PhanxBuffsDB" brackets:

["buffPoint"] = "TOPRIGHT",
["buffX"] = -308,
["buffY"] = -13,
["debuffPoint"] = "TOPRIGHT",
["debuffY"] = -83,
["debuffX"] = -308,

With the Point attribute you can set the anchor point and with X and Y you can set the offset (the values in the example are mine but you can change them).

Happy tweaking!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants