[openrtm-commit:00423] r216 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 9月 25日 (日) 13:42:52 JST


Author: sakamoto
Date: 2011-09-25 13:42:52 +0900 (Sun, 25 Sep 2011)
New Revision: 216

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/AbstractEditorFormPage.java
Log:
Modify TEXT selection

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/AbstractEditorFormPage.java
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/AbstractEditorFormPage.java	2011-09-25 04:33:08 UTC (rev 215)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/AbstractEditorFormPage.java	2011-09-25 04:42:52 UTC (rev 216)
@@ -226,11 +226,9 @@
 			}
 
 			public void mouseDown(MouseEvent e) {
-				text.setSelection(0, text.getText().length());
 			}
 
 			public void mouseUp(MouseEvent e) {
-				text.setSelection(0, text.getText().length());
 			}
 
 		});



openrtm-commit メーリングリストの案内