Fix bug 235257: make sure the tab icon update properly. r=pink
This commit is contained in:
Родитель
1f935d16d7
Коммит
92bd658ac4
|
@ -580,7 +580,8 @@ const double kJaguarAppKitVersion = 663;
|
|||
-(void)setTabIcon:(NSImage *)newIcon
|
||||
{
|
||||
[super setTabIcon:newIcon];
|
||||
[[mTabContentsView labelCell] setImage:mTabIcon];
|
||||
[[mTabContentsView labelCell] setImage:mTabIcon];
|
||||
[mTabContentsView setNeedsDisplay:YES];
|
||||
}
|
||||
|
||||
- (void)setTabIcon:(NSImage *)newIcon isDraggable:(BOOL)draggable
|
||||
|
|
Загрузка…
Ссылка в новой задаче