View Single Post
07-24-16, 02:33 AM   #4
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
You can get the backdrop frame with this call, then override the frame level manually like this:

Lua Code:
  1. local backdrop = Health:GetBackdrop()
  2. backdrop:SetFrameLevel()

But Backdrop have a lot of issues, thats why i like to avoid using it.
  Reply With Quote