Fix issue with app icon.

This commit is contained in:
Gregory John Casamento 2018-07-20 09:15:26 -04:00
parent c9ae46c7ce
commit d4bfdd5580

View file

@ -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