Commit e50a4af2 authored by Akikonata's avatar Akikonata

added rendernode

parent 20721c20
...@@ -493,7 +493,9 @@ KityMinder.registerModule( "LayoutDefault", function () { ...@@ -493,7 +493,9 @@ KityMinder.registerModule( "LayoutDefault", function () {
this._firePharse( new MinderEvent( "RenderNodeTop", { this._firePharse( new MinderEvent( "RenderNodeTop", {
node: node node: node
}, false ) ); }, false ) );
this._firePharse( new MinderEvent( "RenderNode", {
node: node
}, false ) );
updateShapeByCont( node ); updateShapeByCont( node );
var set1 = updateLayoutHorizon( node ); var set1 = updateLayoutHorizon( node );
var set2 = updateLayoutVertical( node, node.getParent(), "change" ); var set2 = updateLayoutVertical( node, node.getParent(), "change" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment