- Fix position on Beta version maps during loading ...

This commit is contained in:
Paulo Gustavo Veiga
2012-06-23 19:51:14 -03:00
parent 63113a529d
commit a3d129a034
6 changed files with 366 additions and 334 deletions

View File

@@ -1115,7 +1115,7 @@ mindplot.Topic = new Class({
if (this.getModel().isConnected())
mindplot.EventBus.instance.fireEvent(mindplot.EventBus.events.NodeConnectEvent, {parentNode:this.getOutgoingConnectedTopic().getModel(), childNode: this.getModel()});
}
}
this._isInWorkspace = true;
this._adjustShapes();
},