app/menus: update tool options menu while initializing menus

This commit is contained in:
megakite 2024-03-12 15:59:40 +00:00 committed by Jehan
parent 403af1880f
commit e961ff0fe2

View file

@ -61,6 +61,8 @@ tool_options_menu_setup (GimpUIManager *manager,
g_signal_connect_after (manager, "update",
G_CALLBACK (tool_options_menu_update_after),
(gpointer) ui_path);
tool_options_menu_update_after (manager, NULL, ui_path);
}