[openrtm-commit:01784] r558 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 2月 28日 (日) 15:45:46 JST
Author: ga
Date: 2016-02-28 15:45:46 +0900 (Sun, 28 Feb 2016)
New Revision: 558
Modified:
trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/BasicEditorFormPage.java
Log:
Changed of the input parameter inspection timing of the Basic tab #2612
Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/BasicEditorFormPage.java
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/BasicEditorFormPage.java 2016-02-28 06:30:55 UTC (rev 557)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/BasicEditorFormPage.java 2016-02-28 06:45:46 UTC (rev 558)
@@ -633,7 +633,7 @@
rtcParam.setMaxInstance(maxInstance);
} catch (Exception e) {
// 例外の場合、画面の値を現在の値に戻す
- maxInstanceText.setText(String.valueOf(rtcParam.getMaxInstance()));
+// maxInstanceText.setText(String.valueOf(rtcParam.getMaxInstance()));
}
rtcParam.setExecutionType(getText(executionTypeCombo.getText()));
@@ -643,7 +643,7 @@
rtcParam.setExecutionRate(exec_rate);
} catch (Exception e) {
// 例外の場合、画面の値を現在の値に戻す
- executionRateText.setText(String.valueOf(rtcParam.getExecutionRate()));
+ //executionRateText.setText(String.valueOf(rtcParam.getExecutionRate()));
}
editor.updateEMFModuleName(getText(nameText.getText()));
More information about the openrtm-commit
mailing list