SexyMap

SexyMap

31M Downloads

Button control (hiding addon buttons) not working

tucuxia opened this issue ยท 2 comments

commented

Describe the problem

The button control menu is missing with today's patch (most menus are gone)

What steps will reproduce the problem?

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)

10.2.5

Do you have an error log of what happened?

2x SexyMap/Buttons.lua:35: table index is nil
[string "@SexyMap/Buttons.lua"]:35: in main chunk

Locals:
_ = "SexyMap"
sm =

{
core =
{
}
buttons =
{
}
L =
{
}
backdrop =
{
}
shapes =
{
}
}
mod =
{
}
L =
{
Calendar = "Calendar"
Always = "Always"
This will wipe out any current settings! = "This will wipe out any current settings!"
disableWarning = "Disabling this will temporarily show the loading screen. Are you sure?"
SharedMedia Border = "SharedMedia Border"
Save current settings as preset... = "Save current settings as preset..."
Enable a backdrop and border for the minimap. This will let you set square borders more easily. = "Enable a backdrop and border for the minimap. This will let you set square borders more easily."
Enable Coordinates = "Enable Coordinates"
Rounded - Right = "Rounded - Right"
Right Click Configure = "Right Click Configure"
Background/edge = "Background/edge"

  1. Background = "1. Background"
    Never = "Never"
    Delete a Profile = "Delete a Profile"
    zoneTextSecureButtonEnableDesc = "Normally you can click the Zone Text to toggle your World Map, but not in combat without this feature enabled.

|cffff0000WARNING!|r Don't enable this feature unless you understand what it does. Turning this on will prevent ALL of your addons from making certain changes to your minimap in combat, such as moving it or hiding it."
Precision = "Precision"
Zoom In Button = "Zoom In Button"
(Requires button visibility control in the Buttons menu) = "(Requires button visibility control in the Buttons menu)"
Dungeon Difficulty Indicator (When Available) = "Dungeon Difficulty Indicator (When Available)"
Tracking Button = "Tracking Button"
Font Color = "Font Color"
Really delete this border? = "Really delete this border?"
topCenterObjectivesWidget = "Top-Screen Objective/PvP Tracker"
Really delete this preset? This can't be undone. = "Really delete this preset? This can't be undone."
Normal Opacity = "Normal Opacity"
updateRateDesc = "The lower the value, the faster the coordinates will update, but the more memory and CPU will be consumed due to asking the game for fresh coordinate data."
Tile Background = "Tile Background"
Queue Status (PvP/LFG) Button (When Available) = "Queue Status (PvP/LFG) Button (When Available)"
Lock Button Dragging = "Lock Button Dragging"
Enter a name to create a new border. The name can be anything you like to help you identify that border. = "Enter a name to create a new border. The name can be anything you like to help you identify that border."
Route 66 = "Route 66"
Show who pinged = "Show who pinged"
Show %s: = "Show %s:"
Keybinding = "Keybinding"
Let SexyMap control button visibility = "Let SexyMap control button visibility"
Opacity = "Opacity"
Standard Buttons = "Standard Buttons"
Hide default border = "Hide default border"
Lock Minimap = "Lock Minimap"
Hover Opacity = "Hover Opacity"
User-Submitted Presets = "User-Submitted Presets"
2. Border = "2. Border"
Disable Rotation = "Disable Rotation"
Delete = "Delete"
zoneTextCombatClick = "|cFF33FF99SexyMap|r: To toggle the World Map in combat, you must enable the feature in the Zone Text options."
No global profile exists. Your current profile will be copied over and used as the global profile, are you sure? This will also reload your UI. = "No global profile exists. Your current profile will be copied over and used as the global profile, are you sure? This will also reload your UI."
Clear & start over = "Clear & start over"
Dynamic Buttons = "Dynamic Buttons"
lockObject = "Lock %s"
Faded Square = "Faded Square"
Texture Tint = "Texture Tint"
If you zoom into the map, this feature will automatically zoom out after the selected period of time (seconds). Using a value of 0 will disable Auto Zoom-Out. = "If you zoom into the map, this feature will automatically zoom out after the selected period of time (seconds). Using a value of 0 will disable Auto Zoom-Out."
3. Artwork = "3. Artwork"
craftingOrder = "Crafting Order (When Available)"
Really delete this profile? = "Really delete this profile?"
HUD Color = "HUD Color"
Mod Blend (mod

Any additional information? (example: WoW language if not English)

commented

Looking at the /framestack, MinimapCluster.Tracking seems to be called MinimapCluster.TrackingFrame now - changing those references in Buttons.lua seems to fix the issue (retail)

commented

Should be fixed now, ty!