You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/05/04 18:14:05 UTC

[19/50] [abbrv] git commit: [flex-asjs] [refs/heads/spark] - UIButtonBase supports width and height change events.

UIButtonBase supports width and height change events.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6216d6f4
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6216d6f4
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6216d6f4

Branch: refs/heads/spark
Commit: 6216d6f4dd34608716e5463e87076a142f6ec87f
Parents: 18a1487
Author: Peter Ent <pe...@apache.org>
Authored: Tue Apr 19 11:09:17 2016 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Tue Apr 19 11:09:17 2016 -0400

----------------------------------------------------------------------
 .../Core/src/main/flex/org/apache/flex/core/UIButtonBase.as        | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6216d6f4/frameworks/projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase.as b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase.as
index 9a30809..427c42b 100644
--- a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase.as
+++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase.as
@@ -277,6 +277,7 @@ package org.apache.flex.core
 		
 		private var _width:Number;
         
+		[Bindable("widthChanged")]
         [PercentProxy("percentWidth")]
         /**
          *  @copy org.apache.flex.core.UIBase#width
@@ -327,6 +328,7 @@ package org.apache.flex.core
 		
 		private var _height:Number;
 
+		[Bindable("heightChanged")]
         [PercentProxy("percentHeight")]
         /**
          *  @copy org.apache.flex.core.UIBase#width