Fix change shape bug.

This commit is contained in:
Paulo Gustavo Veiga
2012-02-27 22:47:10 -03:00
parent e67b2ba50b
commit 1fefb929da
7 changed files with 54 additions and 24 deletions

View File

@@ -55,7 +55,7 @@ mindplot.CentralTopic = new Class({
_defaultShapeType : function() {
return mindplot.model.INodeModel.SHAPE_TYPE_ROUNDED_RECT;
return mindplot.model.TopicShape.ROUNDED_RECT;
},