app: Pass gimp to gui_restore_after_callback()
Pass gimp in gui_restore_after_callback() to gui_restore_after_callback() so we can update properly.
This commit is contained in:
@ -448,7 +448,7 @@ gui_restore_after_callback (Gimp *gimp,
|
|||||||
"<Image>",
|
"<Image>",
|
||||||
gimp,
|
gimp,
|
||||||
gui_config->tearoff_menus);
|
gui_config->tearoff_menus);
|
||||||
gimp_ui_manager_update (image_ui_manager, NULL);
|
gimp_ui_manager_update (image_ui_manager, gimp);
|
||||||
|
|
||||||
#ifdef GDK_WINDOWING_QUARTZ
|
#ifdef GDK_WINDOWING_QUARTZ
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user