Re-apply contextual color indicator after a tab is moved.

The style is possibly lost at the "sidebar" style, by re-applyed XBL.
This commit is contained in:
Piro / YUKI Hiroshi 2016-08-25 23:48:14 +09:00
parent 01e9ac2ec8
commit 35ac452226

View File

@ -3747,6 +3747,8 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
// twisty vanished after the tab is moved!! // twisty vanished after the tab is moved!!
this.initTabContents(tab); this.initTabContents(tab);
this.onTabContextIdChanged(tab);
this.window.TreeStyleTabWindowHelper.initTabMethods(tab, b); this.window.TreeStyleTabWindowHelper.initTabMethods(tab, b);
// On Firefox 29, 30 and laters, reopened (restored) tab can be // On Firefox 29, 30 and laters, reopened (restored) tab can be