Originally Posted By: WretchedSid
Singleton. Breaks horribly when part of a library and is used in an compilation unit that generates code linked into another binary/library. Source: Raynes singleton system breaking horribly on Windows.


Oh it does? Good to know, how exactly does it break?

Your snippet sets the size of a label, or the label's frame, to 5x5 I guess, by basically making a copy of the existing frame, modifying the properties of that copy and then setting it as new frame for the label?