* Palettes/2Controls/GormButtonEditor.m (gormTitleRectForFrame:inView:):

initialize `titleRect` to supress compiler warning.
This commit is contained in:
Sergii Stoian 2020-01-10 16:01:32 +02:00
parent 5b24e1289c
commit 4099c3d1ba

View file

@ -43,7 +43,7 @@
NSImage *imageToDisplay;
NSRect imageRect;
NSString *titleToDisplay;
NSRect titleRect;
NSRect titleRect = {{0,0},{0,0}};
NSSize imageSize = {0, 0};
NSSize titleSize = {0, 0};
NSColor *backgroundColor = nil;