You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2020/04/11 22:05:16 UTC

[royale-asjs] branch develop updated: change check. Should fix #795

This is an automated email from the ASF dual-hosted git repository.

aharui 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 c1d244e  change check.  Should fix #795
c1d244e is described below

commit c1d244eb023a0e8e9fbb9b2bb759ff3284378e18
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Apr 11 15:04:50 2020 -0700

    change check.  Should fix #795
---
 .../projects/MXRoyale/src/main/royale/mx/controls/RadioButtonGroup.as   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/RadioButtonGroup.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/RadioButtonGroup.as
index 2c23f2e..d7b7221 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/RadioButtonGroup.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/RadioButtonGroup.as
@@ -345,6 +345,8 @@ public class RadioButtonGroup extends EventDispatcher
      */
     public function set selectedValue(value:Object):void
     {
+		 if (_selectedValue == value) return;
+		
          _selectedValue = value;
 
          // Clear the exisiting selecton if there is one.