Skip to content

Commit

Permalink
状態の復元時にブラウズ領域が縦につぶれてしまっていたのを修正
Browse files Browse the repository at this point in the history
git-svn-id: http://www.cozmixng.org/repos/piro/splitbrowser/trunk@107 599a83e7-65a4-db11-8015-0010dcdd6dc2
  • Loading branch information
piro committed Jan 30, 2007
1 parent 7fece6a commit 15bcc59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/splitbrowser/splitbrowser.js
Expand Up @@ -849,13 +849,15 @@ var SplitBrowser = {

aContainer.lastwidth = aState.content.lastWidth;
aContainer.lastheight = aState.content.lastHeight;
/*
if (aState.content.collapsed) {
aContainer.contentCollapsed = true;
if (aState.position & this.POSITION_HORIZONTAL)
aContainer.setAttribute('maxwidth', 0);
else
aContainer.setAttribute('maxheight', 0);
}
*/

break;
}
Expand Down

0 comments on commit 15bcc59

Please sign in to comment.