venkman only

freeze stack outliner before restoring state
This commit is contained in:
rginda%netscape.com 2001-10-31 23:29:20 +00:00
parent a41528a381
commit 7d59ea30bd
2 changed files with 4 additions and 0 deletions

View File

@ -1223,7 +1223,9 @@ function sv_restore ()
}
if ("savedState" in this) {
this.freeze();
restoreBranch (this.stack.childData, this.savedState);
this.thaw();
this.scrollTo (this.savedState.firstVisible, -1);
}
}

View File

@ -1223,7 +1223,9 @@ function sv_restore ()
}
if ("savedState" in this) {
this.freeze();
restoreBranch (this.stack.childData, this.savedState);
this.thaw();
this.scrollTo (this.savedState.firstVisible, -1);
}
}