Thread: Macro Frame
View Single Post
07-17-21, 11:35 PM   #1
Synsanken
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Nov 2018
Posts: 6
Macro Frame

Hi,

For some reason, when I add the following line, it causes my addon to crash.

Code:
MacroFrame:SetScale(1.25);
It is related directly to this line, and I'm unable to figure out why. Does anyone know if Blizzard made any changes that would disable this line from working?

I have checked in game, and the following line works correctly, so I can't figure out why it's not working in my addon.

Code:
/script MacroFrame:SetScale(1.25);
Thanks.
__________________
I've been playing WoW since 2007.
  Reply With Quote