| |
I was moving the MicroButtons from the MainMenuBar to elsewhere, and wasn't paying attention to the fact that each one was already positioned relative to the one next to it, so I was moving them one by one with getglobal():SetPoint().
I put the following into a small addon, but forgot to put in the TalentMicroButton in the middle of the bar, WoW exits immediatlely without any errors after a reload. It does happen with any of the buttons in the bar though that are set relative to each other if you leave one out.
getglobal("HelpMicroButton"):
SetPoint("BOTTOMRIGHT","MainMenuBarBackpackButton","TOPRIGHT",3,0)
getglobal("MainMenuMicroButton"):
SetPoint("BOTTOMRIGHT","HelpMicroButton","BOTTOMLEFT",3,0)
getglobal("WorldMapMicroButton"):
SetPoint("BOTTOMRIGHT","MainMenuMicroButton","BOTTOMLEFT",3,0)
getglobal("SocialsMicroButton"):
SetPoint("BOTTOMRIGHT","WorldMapMicroButton","BOTTOMLEFT",3,0)
getglobal("QuestLogMicroButton"):
SetPoint("BOTTOMRIGHT","SocialsMicroButton","BOTTOMLEFT",3,0)
getglobal("SpellbookMicroButton"):
SetPoint("BOTTOMRIGHT","QuestLogMicroButton","BOTTOMLEFT",3,0)
getglobal("CharacterMicroButton"):
SetPoint("BOTTOMRIGHT","SpellbookMicroButton","BOTTOMLEFT",3,0)
(I do also realize moving just the CharacterMicroButton would move them all if I wanted to keep the bar entact.)[ post edited by Filch ]
I do NOT consent to Warden running on my PC.
|