Slothpala / RaidFrameSettings

GNU General Public License v2.0
4 stars 4 forks source link

Fixed stack not displaying if stack is present but no duration #37

Closed excorp closed 3 months ago

excorp commented 4 months ago

If stack is present but duration=0, stack is not visible because stack is a child of cooldown. (We changed the parent in onFrameSetup()) I tried doing cooldown:Show() at this point, but it was still not visible. So in this case, I changed the parent back to be the aura frame.

excorp commented 3 months ago

I realized that setting the top frame as the parent, rather than changing the parent to match the count, solved the problem, so I'll close it.