Dialogue sketches can be saved. Bug fixes in sketch export.

This commit is contained in:
Kevin
2016-12-19 08:51:00 +01:00
parent 5a9e66b7c9
commit 1076693322
4 changed files with 97 additions and 35 deletions

View File

@@ -253,6 +253,7 @@ public class WriterModeDataSet implements ProjectTreeNode, Serializable {
}
if (higherEmptyParent == this && !this.isEmpty()) higherEmptyParent = null;
writerModeDataList.add(node);
if (node.jsonFile == null) node.jsonFile = this.writerFile;
node.parent = this;
if (higherEmptyParent != null) higherEmptyParent.notifyCreated();
else node.notifyCreated();