ElvUI-TBC / ElvUI

ElvUI for World of Warcraft - The Burning Crusade (2.4.3)
https://discord.gg/UXSc7nt
104 stars 24 forks source link

ActionBars: Fix right-click self-cast option not persisting #486

Closed Tremolo4 closed 4 years ago

Tremolo4 commented 4 years ago

Not sure if you guys are still around, but here's a small fix :)

The call to bar:SetAttribute was not actually delayed, it was just called immediately and E:Delay() returned false. Hence it only worked when manually setting, not on login or reload, where it has to be delayed.