From 883aa2d1de5f2326b30104028a547447f54fd113 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Mon, 24 Jun 2024 15:34:56 -0700 Subject: [PATCH] fix binding ui interaction with group keys --- src/df/gfx/df_gfx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/df/gfx/df_gfx.c b/src/df/gfx/df_gfx.c index 7172f861..95deae8e 100644 --- a/src/df/gfx/df_gfx.c +++ b/src/df/gfx/df_gfx.c @@ -9841,6 +9841,7 @@ df_cmd_binding_button(DF_CmdSpec *spec) ui_set_next_hover_cursor(OS_Cursor_HandPoint); ui_set_next_text_alignment(UI_TextAlign_Center); ui_set_next_palette(palette); + ui_set_next_group_key(ui_key_zero()); UI_Box *box = ui_build_box_from_stringf(UI_BoxFlag_DrawText| UI_BoxFlag_Clickable| UI_BoxFlag_DrawActiveEffects|