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

alinakazi 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 1566b5a  trace corrected
1566b5a is described below

commit 1566b5acad4251c7265705540c4a9e845978a3c4
Author: alinakazi <alinakazi1...@gmail.com>
AuthorDate: Thu Jan 7 16:38:45 2021 +0500

    trace corrected
---
 .../src/main/royale/spark/components/supportClasses/TextBase.as       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/TextBase.as
 
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/TextBase.as
index e10c3f7..1c1b799 100644
--- 
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/TextBase.as
+++ 
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/TextBase.as
@@ -497,7 +497,7 @@ public class TextBase extends UIComponent implements 
IDisplayText
     /**
      *  @private
      */
-     public function set showTruncationTip(value:Boolean):void
+     public function set controlBarLayout(value:Boolean):void
     {
         _showTruncationTip = value;
 
@@ -507,7 +507,7 @@ public class TextBase extends UIComponent implements 
IDisplayText
         // without later recomposing the text,
         // so we handle that by also setting toolTip here.
         //To Do
-        trace("render is not implemented");
+        trace("controlBarLayout is not implemented");
         
         //toolTip = _isTruncated && _showTruncationTip ? text : null;
     } 

Reply via email to