View Single Post
06/19/18, 05:58 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,979
No, you need the TopLevelControl itsself not the backdrop. So its name is QuestTrackerWin.
Inside the lua files there is the function named QuestTracker_QuestTree_OnInitialized
Which is canned as this TopLevelControl gets created.
In there you can call something like QuestTrackerWin:SetDrawTier(DT_...) and :SetDrawLayer(DL_...)e.g.
  Reply With Quote