Extra action button problem
jhu1234 opened this issue ยท 1 comments
As you see, I moved exctra button to the right side, But 'extra action button frame' didnt.
When i play as heal, i set raid frames just over action bars, that extra frame preventing click or mouseover.
Can you add functions to remove this?
- i found this script removing extra button frame.
/run local e=ExtraActionBarFrame;e:ClearAllPoints();e:SetPoint("CENTER",UIParent,"CENTER",0,0);e.SetPoint = function() end;e:SetScale(1)
For temporary, i want to add this script at .lua file, how can i do?