Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 984F518DBF for ; Tue, 4 Aug 2015 22:04:36 +0000 (UTC) Received: (qmail 34923 invoked by uid 500); 4 Aug 2015 22:04:36 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 34779 invoked by uid 500); 4 Aug 2015 22:04:36 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 34612 invoked by uid 99); 4 Aug 2015 22:04:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2015 22:04:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3E557E33C8; Tue, 4 Aug 2015 22:04:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Tue, 04 Aug 2015 22:04:39 -0000 Message-Id: <65b1d9c9203a48aaabd34cf916d5c7d5@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/9] git commit: [flex-asjs] [refs/heads/develop] - check for size change check for size change Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0bcab28a Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0bcab28a Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0bcab28a Branch: refs/heads/develop Commit: 0bcab28a784b92f72105ea1a0416e0a2f9726da6 Parents: c804fcf Author: Alex Harui Authored: Tue Aug 4 09:45:57 2015 -0700 Committer: Alex Harui Committed: Tue Aug 4 13:54:16 2015 -0700 ---------------------------------------------------------------------- .../HTML/as/src/org/apache/flex/html/beads/CSSTextButtonView.as | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0bcab28a/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/CSSTextButtonView.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/CSSTextButtonView.as b/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/CSSTextButtonView.as index b6f65a8..cc285b7 100644 --- a/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/CSSTextButtonView.as +++ b/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/CSSTextButtonView.as @@ -130,6 +130,7 @@ package org.apache.flex.html.beads IEventDispatcher(_strand).addEventListener("widthChanged",sizeChangeHandler); IEventDispatcher(_strand).addEventListener("heightChanged",sizeChangeHandler); + IEventDispatcher(_strand).addEventListener("sizeChanged",sizeChangeHandler); } protected function setupSkins():void