View Single Post
10-05-19, 02:58 AM   #3
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
Sorry, I wasn't very clear: I would like to scale the frame and its content.
It actually works as intended if I manually perform:
Code:
frame:SetScale(0.8);
But my handler button doesn't scale the frame's content. Maybe it's due to a child that could be something like "locked"?
  Reply With Quote