[Uml-devel] kdesdk/umbrello/umbrello
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Fri Sep 26 12:30:09 UTC 2003
CVS commit by thomas:
bug fix: indentationAmount not being set by setDefaults merge
M +1 -1 codegenerationpolicy.cpp 1.5
--- kdesdk/umbrello/umbrello/codegenerationpolicy.cpp #1.4:1.5
@@ -314,4 +313,5 @@ void CodeGenerationPolicy::setDefaults (
setOutputDirectory ( clone->getOutputDirectory());
setLineEndingType ( clone->getLineEndingType());
+ setIndentationAmount ( clone->getIndentationAmount());
setIndentationType ( clone->getIndentationType());
setModifyPolicy ( clone->getModifyPolicy());
More information about the umbrello-devel
mailing list