Thread Tools Display Modes
01-04-24, 06:46 AM   #41
lorce
A Kobold Labourer
Join Date: Jan 2024
Posts: 1
Have you successfully resolved the issue with SetBackdropBorderColor in your addon on the PTR server? Also, have you considered exploring the suggestions from the WoW forums, like the changes to SetBackdrop in version 9.0?
  Reply With Quote
01-04-24, 09:45 AM   #42
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
I'm not sure if this is asking an actual question or not.

Backdrops are now optional for frames where they used to be rolled into every frame by default.

A frame can get back all the old backdrop functionality by either inheriting the "BackdropTemplate" when it created or for an existing frame you can do something like
Lua Code:
  1. if not frame.SetBackdrop then
  2.     Mixin(frame, BackdropTemplateMixin)
  3. end
  4. frame:SetBackdrop(...)
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote

WoWInterface » PTR » PTR API and Graphics Changes » SetBackdropBorderColor removed in 9.0?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off