app/menus: update tool options menu while initializing menus
This commit is contained in:
parent
403af1880f
commit
e961ff0fe2
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue