Skip to content
Snippets Groups Projects
Commit 404aa555 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*fixed regression where radio did not get selected upon redrawing (after dialog)

parent 0012adfe
No related branches found
No related tags found
No related merge requests found
......@@ -252,6 +252,8 @@ static void radio_dialog(t_radio *x, t_symbol *s, int argc, t_atom *argv)
x->x_on_old = x->x_on;
}
iemgui_shouldvis(&x->x_gui, IEM_GUI_DRAW_MODE_NEW);
if (glist_isselected(x->x_gui.x_glist, (t_gobj *)x))
iemgui_select((t_gobj *)x, x->x_gui.x_glist, 1);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment