Problem with minimap shape and hide addon buttons when first logging in.
linusalpsten opened this issue ยท 1 comments
Describe the problem
When i login some of my saved options are not applied propperly, not all options. I am not sure exactly which options but 2 that i know are not working propperly for me is "Shape" and "Hide addon buttons" and one option that i seems to be working is "Scale". My options seems to be saved properly when i look in the options menu (/bmm) and in my accounts saved variables.
My chosen shape is square and i choose to show addon buttons, bellow is a snipped from BasicMinimap.lue in my saved variables.
["Default"] = { ["hideAddons"] = false, ["lock"] = true, ["coordPrecision"] = "%.1f, %.1f", ["size"] = 180, ["zoneTextConfig"] = { ["y"] = 0, }, }
Here is an image of how my minimap and buttons look when i log in. My buttons are in a minimap button container addon called "MinimapButtonButton" but the buttons are hidden until i hover over them even without "MinimapButtonButton".
What steps will reproduce the problem?
- Every time i log in on any character the minimap and buttons look like the screenshot above, it gets "fixed" if i toggle the shape from square and back to square and toggle hide addon buttons.
Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites)
What version of the addon are you using? (Stating 'latest' is not useful)
BasicMinimap-v10.2.3
Do you have an error log of what happened?
No lua errors
Any additional information? (example: WoW language if not English)
I am considering trying to fix the problem my self and make a pull request, unless some one knows how to fix this problem easily, but i am not familiar with lua or wow api, but from reading your code it looks approachable enough.