This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from d5556b3 Fixes #445 again
new 26f3302 well, if we're going to leverage explicitWidth/Height we also
have to use _width/_height to support animations and layouts that don't fix the
size of the component
new 1f05de4 try to get DG columns to behave better
new 4506b15 need another pixel to keep label from wrapping on Safari
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/royale/org/apache/royale/core/UIBase.as | 8 +-
.../royale/html/beads/layouts/DataGridLayout.as | 19 ++--
.../royale/html/supportClasses/DataGridColumn.as | 3 +-
.../MXRoyale/src/main/resources/defaults.css | 4 +-
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 1 +
.../src/main/royale/mx/controls/RadioButton.as | 8 ++
.../mx/controls/beads/layouts/DataGridLayout.as | 114 +++++++++++++++++++++
7 files changed, 144 insertions(+), 13 deletions(-)
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/layouts/DataGridLayout.as