You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/12/12 23:47:16 UTC

[royale-asjs] 15/42: jewel-datagrid: fix header typenames

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit abe9672c7d1b26f617a23f84ad100af5ffef1383
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Nov 28 20:07:00 2019 +0100

    jewel-datagrid: fix header typenames
---
 .../apache/royale/jewel/supportClasses/datagrid/DataGridButtonBar.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/datagrid/DataGridButtonBar.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/datagrid/DataGridButtonBar.as
index 2e6f854..414d11d 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/datagrid/DataGridButtonBar.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/datagrid/DataGridButtonBar.as
@@ -47,7 +47,7 @@ package org.apache.royale.jewel.supportClasses.datagrid
 		public function DataGridButtonBar()
 		{
 			super();
-			typeNames = "jewel dataGridButtonBar";
+			typeNames = "jewel buttonbar header";
 		}
 	}
 }