]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-config.c
ui/ncurses: Properly set focus when updating subset
[petitboot] / ui / ncurses / nc-config.c
index 24aac2b6e8d6f7fc61e2e271104e9802b9225e6d..10d7eb6b49f84e2450f5d8e520468132cf816d90 100644 (file)
@@ -411,6 +411,7 @@ static void config_screen_layout_widgets(struct config_screen *screen)
        widget_move(wl, y, screen->label_x);
 
        wf = widget_select_base(screen->widgets.autoboot_f);
+       widget_set_visible(wf, true);
        widget_move(wf, y, screen->field_x);
        y += widget_height(wf);