зеркало из https://github.com/mozilla/pjs.git
comment fix for bug 262815
This commit is contained in:
Родитель
c4ea255752
Коммит
28e30bc535
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче