View Single Post
02/03/23, 04:23 PM   #14
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
OK, just tried the PTS and I have one addon with SetResizeToFitDescendents on labels that throws these "illegal" errors, if I comment it, all labels are superimposed so my question is what should I replace it with?

EDIT:
Ah I get it:
The controls using SetResizeToFitDescendents were parents of the CT_LABEL ones but were also CT_LABEL type controls, I changed them to CT_CONTROL type so they can still use SetResizeToFitDescendents.

Last edited by Masteroshi430 : 02/04/23 at 04:38 AM.
  Reply With Quote