View Single Post
02-06-23, 09:20 AM   #1
randomturtle
A Defias Bandit
Join Date: Feb 2023
Posts: 2
Hiding and showing action bars

Hello. I'm fairly new to creating WoW addons so any help would be appreciated!

I'm hiding some action bars using actionbar:Hide() and then reshowing them using actionbar:Show(). Seems like it should be simple but I think I must be missing something as it doesn't work as intended. After hiding and then showing the bars, some but not all of the bars appear properly. According to the framestack, the improperly showing ones are still there, but when moving spells or opening the spell book they do not show up like they are actually there.

I turned off all addons and even just created a simple macro doing this and the issue still persists. Is this some kind of a bug or am I just doing this improperly? Any help or direction would be appreciated, thanks!

Last edited by randomturtle : 02-06-23 at 09:27 AM.
  Reply With Quote