Dual bookmark backup files with user notification, auto-recovery and bail; save top level branch expand states

This commit is contained in:
Charles J. Cliffe
2016-12-27 13:01:19 -05:00
parent 69e23fd13a
commit 68495b4d90
9 changed files with 222 additions and 28 deletions
+2
View File
@@ -561,6 +561,8 @@ DataNode *DataNode::newChildCloneFrom(const char *name_in, DataNode *cloneFrom)
cloneNode->newChildCloneFrom(cNode->getName().c_str(), cNode);
}
cloneFrom->rewind();
return children.back();
}