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 2019/12/06 00:42:45 UTC

[royale-asjs] 02/02: support runtime changes to headerText. Should fix #612

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

commit 2185b853af03657f19c459ded85e5b4128bf632c
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Dec 5 16:42:24 2019 -0800

    support runtime changes to headerText.  Should fix #612
---
 .../royale/org/apache/royale/html/supportClasses/DataGridColumn.as     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/DataGridColumn.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/DataGridColumn.as
index db02435..f58fbc1 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/DataGridColumn.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/DataGridColumn.as
@@ -20,6 +20,7 @@ package org.apache.royale.html.supportClasses
 {
 	import org.apache.royale.core.IFactory;
 	import org.apache.royale.core.IUIBase;
+	import org.apache.royale.events.EventDispatcher;
 	import org.apache.royale.html.List;
 
 	/**
@@ -34,7 +35,7 @@ package org.apache.royale.html.supportClasses
 	 *  @playerversion AIR 2.6
 	 *  @productversion Royale 0.0
 	 */
-	public class DataGridColumn implements IDataGridColumn
+	public class DataGridColumn extends EventDispatcher implements IDataGridColumn
 	{
 		/**
 		 *  constructor.