You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2019/11/07 07:49:58 UTC

[royale-asjs] branch develop updated: Change event is uncommented from ColorPicker.as

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

alinakazi 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 4d69df3  Change event is uncommented from ColorPicker.as
4d69df3 is described below

commit 4d69df33ec4c8d20aa6e009b17db4ea202ca89d9
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Wed Nov 6 23:49:49 2019 -0800

    Change event is uncommented from ColorPicker.as
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/ColorPicker.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ColorPicker.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ColorPicker.as
index f9cdeba..f2a666a 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ColorPicker.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ColorPicker.as
@@ -69,7 +69,7 @@ use namespace mx_internal;
  *  @playerversion AIR 1.1
  *  @productversion Royale 0.9.3
  */
-//[Event(name="change", type="mx.events.ColorPickerEvent")]
+[Event(name="change", type="mx.events.ColorPickerEvent")]
 
 /**
  *  Dispatched when the swatch panel closes.