This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch has in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit bac0d85acaea20bb607e55afa1d55c30ecceace9 Author: Alex Harui <[email protected]> AuthorDate: Mon Feb 17 17:28:45 2020 -0800 don't need this --- .../DataGridExample/src/main/royale/products/ProductItemRenderer.as | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/royale/DataGridExample/src/main/royale/products/ProductItemRenderer.as b/examples/royale/DataGridExample/src/main/royale/products/ProductItemRenderer.as index 89e6862..7e8a834 100644 --- a/examples/royale/DataGridExample/src/main/royale/products/ProductItemRenderer.as +++ b/examples/royale/DataGridExample/src/main/royale/products/ProductItemRenderer.as @@ -59,8 +59,6 @@ package products image.y = cy - 16; image.width = 32; image.height = 32; - - updateRenderer(); } } }
