Quote from: Radiant on Sat 09/11/2013 22:11:38That's not a glitch, that's a proper behavior; like stated in manual the ClipImage property only control whether image is clipped or not:
Another graphical glitch: if a GUI button is set to "no clipping" then images can indeed appear bigger than the button itself. However, text will not.
Quote
bool Button.ClipImage;
Gets/sets whether the button clips its image to the button boundaries.
For example, if the button is sized 30x30, but its Graphic is a 50x50 image, then this property controls whether the image is allowed to spill over the edge of the button.