summaryrefslogtreecommitdiffstats
path: root/src/tk/radio.c
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-06 08:25:33 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-06 08:35:56 (EDT)
commitff36b7225cd146b50cb8e4522ad58aa43c6bc153 (patch)
treeef0b4d61dfc4a2d7c878b10f5f2ac3179654303a /src/tk/radio.c
parentff4f77ec223c5a0b1a015789d34177d8ddb4a4b2 (diff)
downloadmazefight-ff36b7225cd146b50cb8e4522ad58aa43c6bc153.zip
mazefight-ff36b7225cd146b50cb8e4522ad58aa43c6bc153.tar.gz
mazefight-ff36b7225cd146b50cb8e4522ad58aa43c6bc153.tar.bz2
tk: Build focus tab index
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) {