View Single Post
08-17-19, 05:58 AM   #2
elcius
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Sep 2011
Posts: 75
most likely caused by floating point errors on a parent frames position or size.
doing this may work:
Lua Code:
  1. self:SetSize(220.1, 41.1)
  Reply With Quote