[9.0.11] Wrong Checkbox order shown
sirTribble opened this issue ยท 0 comments
When I define checkboxes like in script below, they will be shown in this order (a, d, c, b,). this prevent usage of hotkeys for checkboxes, since its not possible to predict its positions.
sample code
AddCheckBox(a a default)
AddCheckBox(b b default)
AddCheckBox(c c default)
AddCheckBox(d d default)
AddIcon
{
}