[openrtm-commit:00782] r283 - trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/manager
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 3月 24日 (土) 21:32:27 JST
Author: sakamoto
Date: 2012-03-24 21:32:26 +0900 (Sat, 24 Mar 2012)
New Revision: 283
Modified:
trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/manager/ComponentIconStore.java
Log:
Modification of the RTC inside icon indication #2293
Modified: trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/manager/ComponentIconStore.java
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/manager/ComponentIconStore.java 2012-03-12 15:06:20 UTC (rev 282)
+++ trunk/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/manager/ComponentIconStore.java 2012-03-24 12:32:26 UTC (rev 283)
@@ -214,9 +214,10 @@
}
public void parsePreference(String pref) {
- if (pref == null || pref.isEmpty()) {
+ if (pref == null) {
return;
}
+ clearAllImages();
for (String s : pref.split("\\|")) {
if (s == null || s.isEmpty()) {
continue;
openrtm-commit メーリングリストの案内