summaryrefslogtreecommitdiffstats
path: root/src/tk/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk/radio.c')
-rw-r--r--src/tk/radio.c2
1 files changed, 1 insertions, 1 deletions
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) {