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 2014/10/29 19:16:12 UTC

[17/23] git commit: [flex-asjs] [refs/heads/develop] - fix border drawing

fix border drawing


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

Branch: refs/heads/develop
Commit: 1358001ada951bba8e2f517570f8b6852453cf45
Parents: aa6d619
Author: Alex Harui <ah...@apache.org>
Authored: Wed Oct 29 10:28:22 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Oct 29 11:15:44 2014 -0700

----------------------------------------------------------------------
 .../FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1358001a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as
index 1621cde..ad49401 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as
@@ -65,6 +65,7 @@ package org.apache.flex.html.beads
 			_strand = value;
             IEventDispatcher(value).addEventListener("heightChanged", changeHandler);
             IEventDispatcher(value).addEventListener("widthChanged", changeHandler);
+            IEventDispatcher(value).addEventListener("sizeChanged", changeHandler);
 		}
 		        
 		private function changeHandler(event:Event):void