mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
Fix issue with app icon.
This commit is contained in:
parent
c9ae46c7ce
commit
d4bfdd5580
1 changed files with 5 additions and 4 deletions
|
@ -3850,10 +3850,11 @@ struct _DelegateWrapper
|
|||
}
|
||||
#endif
|
||||
|
||||
if([self applicationIconImage] == nil)
|
||||
{
|
||||
[self _loadAppIconImage];
|
||||
}
|
||||
// Should we also fetch the icon here?
|
||||
//if([self applicationIconImage] == nil)
|
||||
// {
|
||||
// [self _loadAppIconImage];
|
||||
// }
|
||||
|
||||
_app_icon_window = [[NSIconWindow alloc] initWithContentRect: NSZeroRect
|
||||
styleMask: mask
|
||||
|
|
Loading…
Reference in a new issue