Merged wisemapping/wisemapping-open-source into develop

This commit is contained in:
Christina Korger
2015-04-04 22:07:07 +02:00
18 changed files with 443 additions and 346 deletions

View File

@@ -1013,6 +1013,7 @@ mindplot.Designer = new Class(/** @lends Designer */{
var topic = model.selectedTopic();
if (topic) {
topic.showLinkEditor();
this.onObjectFocusEvent();
}
},
@@ -1022,6 +1023,7 @@ mindplot.Designer = new Class(/** @lends Designer */{
var topic = model.selectedTopic();
if (topic) {
topic.showNoteEditor();
this.onObjectFocusEvent();
}
},