View Single Post
01-04-13, 07:36 PM   #8
laukond
A Black Drake
Join Date: Dec 2011
Posts: 87
Originally Posted by semlar View Post
Is this an occasional bug or is it always like this? You said it fixes itself after a reload.

You could try calling MultiActionBar_HideAllGrids() or, if that doesn't do it, loop through every action button and do something like "if not HasAction(button.action) then button:SetAttribute("showgrid",0) button:Hide() end".
It is an occasional bug that occurs on random stuff like accepting/completing a quest.
And ehh.. I'm not really that sharp at writing code, could you write the above more in-depth?
  Reply With Quote