Total-RP / Total-RP-3

The best roleplaying add-on for World of Warcraft.
http://curse.totalrp.com
Apache License 2.0
36 stars 18 forks source link

Avoid GameTooltip:IsOwned API #1068

Closed Meorawr closed 4 months ago

Meorawr commented 4 months ago

The IsOwned API has a bug whereby it'll error if supplied a non-frame region. The error itself is a bug, since tooltips can be owned by non-frame regions (like fontstrings) just fine.

We can work around this by just using GetOwner instead and testing the return value - so let's do so consistently everywhere.