You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/10/09 20:54:50 UTC

[royale-asjs] branch develop updated: add bindable to tooltip bead

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

carlosrovira 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 f9a4ef5  add bindable to tooltip bead
     new 6580e38  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
f9a4ef5 is described below

commit f9a4ef5185f31f1d5468592b23b3b8176fe40274
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Oct 9 22:54:31 2018 +0200

    add bindable to tooltip bead
---
 .../src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
index e5bdb23..c998aae 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
@@ -74,6 +74,7 @@ package org.apache.royale.jewel.beads.controls
 		 *  @playerversion AIR 2.6
 		 *  @productversion Royale 0.9.4
 		 */
+        [Bindable("toolTipChanged")]
 		public function get toolTip():String
 		{
 			return _toolTip;