View Single Post
11-19-21, 06:52 AM   #7
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
So how can we hide the backdrop of a tooltip now? I used to do:

Lua Code:
  1. _G.GameTooltip:SetBackdrop(nil);
  Reply With Quote