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 d536238 jewel-datagrid: fix columnWidths broken by latest commits
(fix #704)
d536238 is described below
commit d53623875c47568d22d83102f8197fbc59276da3
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Jan 31 10:38:49 2020 +0100
jewel-datagrid: fix columnWidths broken by latest commits (fix #704)
---
.../src/main/royale/org/apache/royale/jewel/beads/views/DataGridView.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/DataGridView.as
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/DataGridView.as
index 224ca1d..5767ec1 100644
---
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/DataGridView.as
+++
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/DataGridView.as
@@ -241,7 +241,7 @@ package org.apache.royale.jewel.beads.views
_listArea.positioner.style.overflow = null;
}
}
- // host.dispatchEvent(new Event("layoutNeeded"));
+ host.dispatchEvent(new Event("layoutNeeded"));
}
/**