Total-RP / Total-RP-3

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

ElvUI default tooltip anchoring #895

Closed Ghostopheles closed 1 month ago

Ghostopheles commented 1 month ago

With the introduction of the whole 'hold modifier to see original tooltip' feature, it was found through extensive testing and hours of hard work that ElvUI tooltips don't use the existing GameTooltip_SetDefaultAnchor function and instead use the version inside the ElvUI tooltip module to set their anchor points.

With this PR, we're exporting TRP3_API.ui.tooltip.setTooltipDefaultAnchor as a global function, then allowing the ElvUI tooltip skinning module to override it if enabled, which then uses the correct ElvUI function to place the tooltip in the correct spot correctly.