[openrtm-commit:00989] r414 - trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/dialog
openrtm @ openrtm.org
openrtm @ openrtm.org
2013年 2月 6日 (水) 23:06:32 JST
Author: n-ando
Date: 2013-02-06 23:06:31 +0900 (Wed, 06 Feb 2013)
New Revision: 414
Modified:
trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/dialog/ConfigurationDialog.java
Log:
Configuration constraints bug has been fixed. refs #2587
Modified: trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/dialog/ConfigurationDialog.java
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/dialog/ConfigurationDialog.java 2013-02-06 13:20:29 UTC (rev 413)
+++ trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/dialog/ConfigurationDialog.java 2013-02-06 14:06:31 UTC (rev 414)
@@ -95,7 +95,7 @@
}
this.isValueModified = false;
this.isApply = true;
- this.copiedConfig = view.getComponentConfig().clone();
+ this.copiedConfig = view.getComponentConfig();
this.view = view;
this.firstApply = true;
}
More information about the openrtm-commit
mailing list