Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radio_group order is reverse when not using a def #219

Open
l0rb opened this issue Apr 3, 2020 · 0 comments
Open

radio_group order is reverse when not using a def #219

l0rb opened this issue Apr 3, 2020 · 0 comments

Comments

@l0rb
Copy link
Contributor

l0rb commented Apr 3, 2020

The xml below results in the attached screenshot. When a radio_group does not have a use_def attribute the order of the radios is reverse.

radio_groups

<data>
    <definition name="def1">
        <text size="10" />
    </definition>

    <radio_group name="radio1" x="10" y="10" use_def="def1">
        <radio name="one" label="one" />
        <radio name="two" label="two" />
        <radio name="three" label="three" />
    </radio_group>
    
    <radio_group name="radio2" x="10" y="200">
        <radio name="one" label="one" />
        <radio name="two" label="two" />
        <radio name="three" label="three" />
    </radio_group>

</data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant