Gearmenu behind player frame
ensidios opened this issue ยท 2 comments
Hi @ensidios
It is certainly possible to change the level of those elements. So far I just assumed people would pick a place where there is enough space for the menu to appear.
The problem I see with this is that I don't really know what level to put gearmenu on. When I developed the addon I tested mostly with the default ui and choose something that I deemed appropriate. In that case gearmenu is indeed on top of player frame. Then other addons modify this and a fight ensues on whos going to be ontop :x
So based on that I do not think I will adapt this currently. It would be possible for you to adapt this manually if absolutely needed.
/run GM_GearBarFrame_[someid]:SetFrameLevel(GM_GearBarFrame_[someid]:GetFrameLevel() + 1)
Cheers,
RagedUnicorn