jordonwow / omnibar

https://www.curseforge.com/wow/addons/omnibar
26 stars 26 forks source link

Bars anchored to each other keeps resetting their anchor frame when relogging #209

Open Githubuser0007 opened 1 year ago

Githubuser0007 commented 1 year ago

I have 5 groups of bars OmniBar 1 (defensive) OmniBar 2 (offensive) OmniBar 3 (crowd control) OmniBar 4 (interrupts) OmniBar 5 (utility)

I want to anchor these bars together. So I can move all of them, by only moving just the OmniBar 1.

My problem is when I anchor the groups together. Every time I relog, most of the bars have lost their anchor and gone back to default "UIparent" anchor.

I use /framestack to see the exact frame name of "OmniBar 1 (defensive)" and see it is called "OmniBar1". So I anchor the other 4 bars to this in the "position" tab inside each individual bar. But after I relog or reload ui. Most bars er back to default anchor of "UIparent". Weirdly often just one bar of the four remembers the anchor, but the rest have reset to default.

I thought perhaps it was because Omnibar loads the bars in order, so I tried making a new profile and carefully created them in the correct order so the one I wanted to be able to move (and have the rest follow it) was created first. But didn't help.

Anyting I can do?