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:
Piro / YUKI Hiroshi 2012-11-08 20:07:03 +09:00
parent af4fb9e426
commit 3577111d0b

View File

@ -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();
}
},