From 3eb019a2ad0d23e314c3602e4309cc1e851bb26a Mon Sep 17 00:00:00 2001 From: brummer10 Date: Mon, 18 Nov 2024 06:27:31 +0100 Subject: [PATCH] Update libxputty --- Ratatouille/Ratatouille.c | 4 ++++ libxputty | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Ratatouille/Ratatouille.c b/Ratatouille/Ratatouille.c index 4171edf..20a91ab 100644 --- a/Ratatouille/Ratatouille.c +++ b/Ratatouille/Ratatouille.c @@ -374,24 +374,28 @@ void plugin_create_controller_widgets(X11_UI *ui, const char * plugin_uri) { ps->ma.fbutton = add_lv2_button(ps->ma.fbutton, ui->win, "", ui, 545, 244, 22, 30); ps->ma.fbutton->parent_struct = (void*)&ps->ma; combobox_set_pop_position(ps->ma.fbutton, 0); + combobox_set_entry_length(ps->ma.fbutton, 64); combobox_add_entry(ps->ma.fbutton, "None"); ps->ma.fbutton->func.value_changed_callback = file_menu_callback; ps->mb.fbutton = add_lv2_button(ps->mb.fbutton, ui->win, "", ui, 545, 284, 22, 30); ps->mb.fbutton->parent_struct = (void*)&ps->mb; combobox_set_pop_position(ps->mb.fbutton, 0); + combobox_set_entry_length(ps->mb.fbutton, 64); combobox_add_entry(ps->mb.fbutton, "None"); ps->mb.fbutton->func.value_changed_callback = file_menu_callback; ps->ir.fbutton = add_lv2_button(ps->ir.fbutton, ui->win, "", ui, 545, 324, 22, 30); ps->ir.fbutton->parent_struct = (void*)&ps->ir; combobox_set_pop_position(ps->ir.fbutton, 0); + combobox_set_entry_length(ps->ir.fbutton, 64); combobox_add_entry(ps->ir.fbutton, "None"); ps->ir.fbutton->func.value_changed_callback = file_menu_callback; ps->ir1.fbutton = add_lv2_button(ps->ir1.fbutton, ui->win, "", ui, 545, 364, 22, 30); ps->ir1.fbutton->parent_struct = (void*)&ps->ir1; combobox_set_pop_position(ps->ir1.fbutton, 0); + combobox_set_entry_length(ps->ir1.fbutton, 64); combobox_add_entry(ps->ir1.fbutton, "None"); ps->ir1.fbutton->func.value_changed_callback = file_menu_callback; diff --git a/libxputty b/libxputty index b60ada0..f072369 160000 --- a/libxputty +++ b/libxputty @@ -1 +1 @@ -Subproject commit b60ada0e49e0f893f276f213e0eee48c8a51b135 +Subproject commit f072369a9db711bc981d35826eee4e0bae1f2290