mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
* Palettes/2Controls/GormButtonEditor.m (gormTitleRectForFrame:inView:):
initialize `titleRect` to supress compiler warning.
This commit is contained in:
parent
5b24e1289c
commit
4099c3d1ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue