wow-classic-gearmenu icon indicating copy to clipboard operation
wow-classic-gearmenu copied to clipboard

Gearmenu behind player frame

Open ensidios opened this issue 2 years ago • 1 comments

image

slot-generated menu is behind player frame (LunaUnitFrames). All items behind this frame can't be selected. I didn't find any configuration for that issue. Is it possible to raise the level of Gearmenu?

Thank you very much!

ensidios avatar Dec 14 '21 12:12 ensidios

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

RagedUnicorn avatar Dec 20 '21 17:12 RagedUnicorn