This commit is contained in:
joshmoz%gmail.com 2004-12-01 21:23:31 +00:00
Родитель c4ea255752
Коммит 28e30bc535
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -447,7 +447,7 @@ static const int kOverflowButtonMargin = 1;
[self rebuildTabBar];
// set up tracking rects
[self registerTabButtonsForTracking];
} else if (!show && mVisible) { // being hi
} else if (!show && mVisible) { // being hidden
mVisible = show;
NSRect newFrame = [self frame];
newFrame.size.height = 0.0;