venkman only

freeze stack outliner before restoring state


git-svn-id: svn://10.0.0.236/trunk@106863 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com 2001-10-31 23:29:20 +00:00
parent 2626790b7e
commit b8a26a402b
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);
}
}