Commit bb593e10 authored by Akikonata's avatar Akikonata

removed initStyle

parent 7cb866e7
...@@ -104,7 +104,7 @@ KityMinder.registerModule( "LayoutModule", function () { ...@@ -104,7 +104,7 @@ KityMinder.registerModule( "LayoutModule", function () {
n.getBgRc().clear(); n.getBgRc().clear();
} ); } );
km.setCurrentStyle( style ); km.setCurrentStyle( style );
km.initStyle(); //km.initStyle();
return style; return style;
}; };
var SwitchLayoutCommand = kity.createClass( "SwitchLayoutCommand", ( function () { var SwitchLayoutCommand = kity.createClass( "SwitchLayoutCommand", ( function () {
......
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