フルスクリーンを解除した時に再描画がかかっていない状態になる場合があったのを修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3956 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
a34dec4104
commit
043b7b1af5
@ -3334,8 +3334,8 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
b.setAttribute(aSelf.kAUTOHIDE, 'show');
|
b.setAttribute(aSelf.kAUTOHIDE, 'show');
|
||||||
aSelf.redrawContentArea();
|
|
||||||
}
|
}
|
||||||
|
aSelf.redrawContentArea();
|
||||||
aSelf.checkTabsIndentOverflow();
|
aSelf.checkTabsIndentOverflow();
|
||||||
aSelf.redrawContentArea();
|
aSelf.redrawContentArea();
|
||||||
fullScreenCanvas.hide();
|
fullScreenCanvas.hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user