You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2021/11/03 19:49:17 UTC

[royale-asjs] branch develop updated: Fix for compiler error when attempting to use emulation Slider. This is now consistent with other emulation classes. SharedResources bundle doesn't exist for emulation classes, at least not at this point.

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

gregdove 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 9fd324a  Fix for compiler error when attempting to use emulation Slider. This is now consistent with other emulation classes. SharedResources bundle doesn't exist for emulation classes, at least not at this point.
9fd324a is described below

commit 9fd324a911ae825619de95be723556e87aa3fdba
Author: greg-dove <gr...@gmail.com>
AuthorDate: Thu Nov 4 08:48:28 2021 +1300

    Fix for compiler error when attempting to use emulation Slider. This is now consistent with other emulation classes.
    SharedResources bundle doesn't exist for emulation classes, at least not at this point.
---
 .../MXRoyale/src/main/royale/mx/controls/sliderClasses/Slider.as        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/sliderClasses/Slider.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/sliderClasses/Slider.as
index 39d2cb1..7670b66 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/sliderClasses/Slider.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/sliderClasses/Slider.as
@@ -453,7 +453,7 @@ use namespace mx_internal;
 
 [AccessibilityClass(implementation="mx.accessibility.SliderAccImpl")]
 
-[ResourceBundle("SharedResources")]
+//[ResourceBundle("SharedResources")]
 
 /**
  *  The Slider class is the base class for the Flex slider controls.