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
The following commit(s) were added to refs/heads/develop by this push:
new 7c28d3d jewel-datagrid: missed event import
7c28d3d is described below
commit 7c28d3da86f69bfd223d233b616d235e1334dec6
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed Feb 26 09:24:47 2020 +0100
jewel-datagrid: missed event import
---
.../royale/jewel/beads/controls/datagrid/DataGridColumnLabelsChange.as | 1 +
1 file changed, 1 insertion(+)
diff --git
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/datagrid/DataGridColumnLabelsChange.as
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/datagrid/DataGridColumnLabelsChange.as
index e42b960..1f7371a 100644
---
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/datagrid/DataGridColumnLabelsChange.as
+++
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/datagrid/DataGridColumnLabelsChange.as
@@ -22,6 +22,7 @@ package org.apache.royale.jewel.beads.controls.datagrid
import org.apache.royale.core.Bead;
import org.apache.royale.core.IDataGridModel;
import org.apache.royale.core.IStrand;
+ import org.apache.royale.events.Event;
import org.apache.royale.jewel.DataGrid;
import org.apache.royale.jewel.beads.views.DataGridView;
import
org.apache.royale.jewel.supportClasses.datagrid.DataGridButtonBar;