Central node never can be collapsed.
This commit is contained in:
@@ -92,7 +92,7 @@ mindplot.persistence.XMLSerializer_Pela = new Class({
|
||||
|
||||
}
|
||||
|
||||
if (topic.areChildrenShrunken()) {
|
||||
if (topic.areChildrenShrunken() && topic.getType() != mindplot.model.INodeModel.CENTRAL_TOPIC_TYPE) {
|
||||
parentTopic.setAttribute('shrink', 'true');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user