Fix bug 235257: make sure the tab icon update properly. r=pink

This commit is contained in:
sfraser%netscape.com 2004-02-24 03:46:43 +00:00
Родитель 1f935d16d7
Коммит 92bd658ac4
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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