Space in Micromenu (tbc) #1819


Closed
  • Himitsu1990 created this issue Jan 22, 2022

    In TBC, after January 19 patch, there is a space in micromenu. Look:

  • NomisCode9 posted a comment Jan 24, 2022

    Comment line 27 (_classic_\Interface\AddOns\Bartender4\MicroMenu.lua) [WorldMapMicroButton] with --  like this and it will be gone.

  • greatlabguy posted a comment Jan 27, 2022

    make sure that your version has the "LFGMicroButton", on line 28, under "WorldMapMicroButton", 

  • Himitsu1990 posted a comment Jan 28, 2022

    greatlabguy, Yes, my version is 4.10.10-bcc and it do have line 28 "LFGMicroButton".

    NomisCode9, Thank you, that helped!

  • fordfuffle posted a comment Feb 23, 2022

    As of today's update (4.1.1.0-bcc) the space in the Micro Menu that Himitsu1990 previously mentioned has resurfaced. However, the workaround that NomisCode9 suggests doesn't apply anymore as the section of code previously altered (line 27) has been changed (see below).

    local BT_MICRO_BUTTONS = WoWClassic and MICRO_BUTTONS
    	or
    	{
    	"CharacterMicroButton",
    	"SpellbookMicroButton",
    	"TalentMicroButton",
    	"AchievementMicroButton",
    	"QuestLogMicroButton",
    	"GuildMicroButton",
    	"LFDMicroButton",
    	"CollectionsMicroButton",
    	"EJMicroButton",
    	"StoreMicroButton",
    	"MainMenuMicroButton",
    	}

     

  • nevcairiel closed issue Feb 23, 2022

To post a comment, please login or register a new account.