View Single Post
02-07-23, 03:04 PM   #3
randomturtle
A Defias Bandit
Join Date: Feb 2023
Posts: 2
Originally Posted by LudiusMaximus View Post
Hi! Could you give a reproducible example with the action bar in question?
Notice, that you are not allowed to show/hide action bars while in combat.
Sure thing!

Hide Bar Marco
Code:
/script MainMenuBar:Hide();
/script MultiBarBottomLeft:Hide();
/script MultiBarBottomRight:Hide();
/script MultiBarRight:Hide();
/script MultiBarLeft:Hide();
Show Bar Macro
Code:
/script MainMenuBar:Show();
/script MultiBarBottomLeft:Show();
/script MultiBarBottomRight:Show();
/script MultiBarRight:Show();
/script MultiBarLeft:Show();
I did find a small workaround but it's a little inconvenient, unless there is a way to do it through lua. If you go into Blizzard's edit mode and turn on "Always Show Buttons". The problem doesn't seem to happen, but when it's turned off, the problem seems to occur.
  Reply With Quote