View Single Post
07-24-16, 02:43 AM   #5
Layback_
An Onyxian Warder
Join Date: Feb 2016
Posts: 358
Originally Posted by Resike View Post
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.
Hi Resike,

If that is the issue, what would be the best solution to draw a border with a .blp file (16x16 white square) that I attached?

Last edited by Layback_ : 07-24-16 at 02:48 AM.
  Reply With Quote