From ff36b7225cd146b50cb8e4522ad58aa43c6bc153 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 06 Aug 2021 08:25:33 -0400 Subject: tk: Build focus tab index --- (limited to 'src/tk/radio.c') diff --git a/src/tk/radio.c b/src/tk/radio.c index 27f7d37..11acbae 100644 --- a/src/tk/radio.c +++ b/src/tk/radio.c @@ -107,7 +107,7 @@ mftk_radio_new(int butn_width, int butn_padding, SDL_Color *butn_color, va_list ap; int i; - mftk_widget_init(w, r, radio); + mftk_widget_init_focusable(w, r, radio); r->children = calloc(options, sizeof(*r->children)); if (r->children == NULL) { -- cgit v0.9.1