Total-RP / Total-RP-3

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

Teach ElvUI skinning about parentKeys instead of just frame names #958

Closed Raenore closed 2 months ago

Raenore commented 2 months ago
Before After
image image

This fixes the skinning issues presented with the TWW UI rework (#937) which removed TRP3_TargetFrameCaptionPanel but instead use the parentKey of Header from TRP3_TargetFrame. To use these for skinning, you use "FrameName.ParentKeyName" within SKINNABLE_FRAMES for ElvUI.

There's also some minor additions of semi-colons where they were missing.