rds1983 / Myra

UI Library for MonoGame, FNA and Stride
MIT License
704 stars 94 forks source link

Styles on radio buttons are incorrectly loaded in MyraPad #390

Open Floofball-uwu opened 1 year ago

Floofball-uwu commented 1 year ago

Radio button styles are loaded incorrectly by MyraPad. If MyraPad finds a button style and a radio button is selected, the stylename field will show the button styles and not the radio button styles. Setting the style to a button style crashes MyraPad. As a consequence, MyraPad deems stylenames on radio buttons as invalid, and removes the field when exporting to c#.

MyraPad: image Stylesheet (only parts of interest): image