Hero Talents move left after opening TalentsFrame
DennisRas opened this issue ยท 7 comments
Or maybe another crazy idea: If gates are enabled, move to the other side on the right ?
They are intentionally identical to the default ui gates (except for having an extra number, and being semi transparent)
I don't intend to resize or move them
Gate visibility persisting on disable is something I'll check and fix next week ๐
Frankly, it's simpler to just shift the hero frame a bit
it shifts around depending on the class/spec already anyway ^^
Correct, and your screenshot perfectly showcases the reason why: to make room for the gates ๐ (the -22 text)
it's part of the always show gates
module
and now I read your whole post, I see you already noticed this.. :p
I indeed shift it 1 frame after the talent ui opens
and tbh, I don't remember if that was because hero talents are sometimes repositioned in a deferred OnUpdate script, rather than the OnOpen script
I guess when I'm bored enough I can hook the SetPoint and go from there ๐ค