Fix 10115 SF interface call gegl_init

Resource chooser widgets recently changed to use gegl.
This commit is contained in:
bootchk 2023-10-05 07:37:15 -04:00
parent cbf14a7e2d
commit 6781a35668
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ script_fu_interface (SFScript *script,
if (!gtk_initted)
{
gimp_ui_init ("script-fu");
gegl_init (NULL, NULL);
gtk_initted = TRUE;
}