View Single Post
01-05-18, 11:43 AM   #6
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
You said "I removed the background from the chat bubble" so I assume you wrote the code to do it.

You would insert it just after the code where you removed the backdrop.

You would have something like
Code:
frame:SetBackdrop(nil)
The label "frame" might be different.

Insert the code just after that line changing "bubbleframe" to whatever the "frame" label is in your code.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote