View Single Post
03-31-20, 07:27 AM   #12
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
Originally Posted by Vrul View Post
The region method SetDrawLayer is what you want to use.
Hm thanks, but could you please be a little more specific?

Which is the LayeredRegion I should call SetDrawLayer() for?

The only texture I could think of was myFrame.NineSlice.TopRightCorner.

So I tried
Code:
myFrame.NineSlice.TopRightCorner:SetDrawLayer("BORDER")
but how do I continue from here?
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote