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:
parent
2626790b7e
commit
b8a26a402b
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user