You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2018/11/22 07:31:36 UTC

[royale-asjs] branch develop updated: Update UITextField.as

This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 75bf810  Update UITextField.as
75bf810 is described below

commit 75bf810577448a27a159b98c753681ec8764760c
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Thu Nov 22 12:31:32 2018 +0500

    Update UITextField.as
---
 frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as
index 0e54fbb..a0e49e6 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as
@@ -45,7 +45,7 @@ import flash.text.TextLineMetrics;
      import window.Text;
  }
  import org.apache.royale.core.ITextModel;
- import mx.events.FlexEvent;
+ import mx.events.FlexEvent;
 
 use namespace mx_internal;
 
@@ -2944,6 +2944,7 @@ public class UITextField  extends UIComponent implements IUITextField
     
     /**
      *  @private
+	 */
      public function set selectable(value:Boolean):void
 		{
 		}
@@ -2952,7 +2953,7 @@ public class UITextField  extends UIComponent implements IUITextField
 		{
 			return true;
 		} 
-     */
+     
 	public function set getCharIndexAtPoint(value:int):void
 		{
 		}