Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 83925200BD7 for ; Wed, 2 Nov 2016 19:33:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8251A160AFB; Wed, 2 Nov 2016 18:33:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5E1C1160AF0 for ; Wed, 2 Nov 2016 19:33:04 +0100 (CET) Received: (qmail 21831 invoked by uid 500); 2 Nov 2016 18:33:02 -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 21477 invoked by uid 99); 2 Nov 2016 18:33:02 -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; Wed, 02 Nov 2016 18:33:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4CD9AF16AA; Wed, 2 Nov 2016 18:33:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: carlosrovira@apache.org To: commits@flex.apache.org Date: Wed, 02 Nov 2016 18:33:18 -0000 Message-Id: <81b6d3b093bb40a7a3bf711907faf638@git.apache.org> In-Reply-To: <0002ae063dc444a49ae6325324cf7f2e@git.apache.org> References: <0002ae063dc444a49ae6325324cf7f2e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/50] [abbrv] git commit: [flex-asjs] [refs/heads/feature/mdl] - change TextButton to inherit from Button instead of ButtonBase so it picks up default styles on Button archived-at: Wed, 02 Nov 2016 18:33:05 -0000 change TextButton to inherit from Button instead of ButtonBase so it picks up default styles on Button Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a5cf2777 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a5cf2777 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a5cf2777 Branch: refs/heads/feature/mdl Commit: a5cf27772f5bf71b92c8042f9c6ac1c4a03787bb Parents: fdc2a4c Author: Alex Harui Authored: Mon Oct 31 23:36:11 2016 -0700 Committer: Alex Harui Committed: Tue Nov 1 08:12:11 2016 -0700 ---------------------------------------------------------------------- .../projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a5cf2777/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as index a08c9b3..b2997c2 100644 --- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as +++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as @@ -35,7 +35,7 @@ package org.apache.flex.html * @playerversion AIR 2.6 * @productversion FlexJS 0.0 */ - public class TextButton extends ButtonBase + public class TextButton extends Button { /** * Constructor.