diff options
Diffstat (limited to 'textscreen')
-rw-r--r-- | textscreen/txt_dropdown.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textscreen/txt_dropdown.c b/textscreen/txt_dropdown.c index 5c39bad5..c5c4f99f 100644 --- a/textscreen/txt_dropdown.c +++ b/textscreen/txt_dropdown.c @@ -69,6 +69,8 @@ static void ItemSelected(TXT_UNCAST_ARG(button), TXT_UNCAST_ARG(callback_data)) *callback_data->list->variable = callback_data->item; + TXT_EmitSignal(callback_data->list, "changed"); + // Close the window TXT_CloseWindow(callback_data->window); |