View Single Post
05-11-21, 07:49 AM   #1
Fluffydork
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Apr 2021
Posts: 3
TBC Beta: Frame->Backdrop

Hello everyone,

I have an issue with TBC Beta frames. Namely the following
Code:
<Frame ... >
  <backdrop tile="true" edgeFile="..." bgfile="...">
    <EdgeSize val="7"/>
    <BackgroundInsets bottom="2" top="2" right="2" left="2"/>
  </backdrop>
</Frame>
does not seem to have any effect (no background nor edges are displayed). I have verified that edgeFile and bgfile point to existing files.

The same code seems to be working fine on TBC PTR. Anyone knows what's going on?
  Reply With Quote