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 2021/02/02 17:25:24 UTC

[royale-asjs] branch develop updated: tour-de-jewel:jewel-badge: make badge protected

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 47edc21  tour-de-jewel:jewel-badge: make badge protected
47edc21 is described below

commit 47edc21f521f1173ac8665f808aae55e144a7c20
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Feb 2 18:25:11 2021 +0100

    tour-de-jewel:jewel-badge: make badge protected
---
 .../src/main/royale/org/apache/royale/jewel/beads/controls/Badge.as     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/Badge.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/Badge.as
index b5a9570..d2112f9 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/Badge.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/Badge.as
@@ -54,7 +54,7 @@ package org.apache.royale.jewel.beads.controls
 		/**
 		 * the internal instance of the badge
 		 */
-		private var badge:Label;
+		protected var badge:Label;
 
 		/**
 		 * used to create the badge ui element