フルスクリーンを解除した時に再描画がかかっていない状態になる場合があったのを修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3956 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-03-29 21:13:23 +00:00
parent a34dec4104
commit 043b7b1af5

View File

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