Don't hide closeboxes of other tabs when toolbars are shown/hidden (Update floating tab bar before calling of adjustTabstrip(), because floating tab bar is unexpectedly resized to smallest size on the time)
This commit is contained in:
parent
af4fb9e426
commit
3577111d0b
@ -4447,9 +4447,9 @@ TreeStyleTabBrowser.prototype = {
|
||||
var resizedTopFrame = aEvent.originalTarget.top;
|
||||
if (resizedTopFrame == this.mTabBrowser.contentWindow ||
|
||||
resizedTopFrame == this.window) {
|
||||
this.mTabBrowser.mTabContainer.adjustTabstrip();
|
||||
this.updateInvertedTabContentsOrder(true);
|
||||
this.updateFloatingTabbar(this.kTABBAR_UPDATE_BY_WINDOW_RESIZE);
|
||||
this.updateInvertedTabContentsOrder(true);
|
||||
this.mTabBrowser.mTabContainer.adjustTabstrip();
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user