MBB

MBB

1M Downloads

MMB Hides Tukui's zone name frame #23 By Durma Attach Follow

vallantv opened this issue · 0 comments

commented

Hi,

Tukui puts the zone name in an automatically hiding frame that apparently functions like a minimap button. Can't use the normal Ctrl-rightclick to rettach it.

Added the frame to MMB_Ignore:

❯ svn diff
Index: MBB.lua

--- MBB.lua (revision 117)
+++ MBB.lua (working copy)
@@ -79,7 +79,8 @@
[39] = "poiMinimap", -- QuestPointer
[40] = "MiniMapLFGFrame", -- LFG
[41] = "PremadeFilter_MinimapButton", -- PreMadeFilter

  •   [42] = "GarrisonMinimapButton"
    
  •   [42] = "GarrisonMinimapButton",
    
  •   [43] = "TukuiMinimapZone"
    

};

MBB_IgnoreSize = {
Could you apply this patch please?

Thanks