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 2018/09/28 03:42:54 UTC

[royale-asjs] 14/21: fix header text

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 dc18a7ab21f3da1294e2ae345ed452fbd120eeef
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Sep 27 00:45:01 2018 -0700

    fix header text
---
 .../src/main/royale/mx/controls/dataGridClasses/DataGridColumn.as        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/dataGridClasses/DataGridColumn.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/dataGridClasses/DataGridColumn.as
index 2336624..fbee89e 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/dataGridClasses/DataGridColumn.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/dataGridClasses/DataGridColumn.as
@@ -277,6 +277,7 @@ public class DataGridColumn extends org.apache.royale.html.supportClasses.DataGr
     public function set headerText(value:String):void
     {
         _headerText = value;
+        label = value;
     }