05-06-2024, 02:23 PM
Hello all.
So I am working on a plugin that saves and exports (amongst other things). Got it all working, and it exports/saves correctly.
The small issue I have is that after the script exports the image (or other procedures), the status bar at the bottom of the UI (Gimp 2.10) gets stuck on for example "Exporting ... Cancel" even though the image has been exported (see pic).
I tried pdb.gimp_displays_flush(), but that does not seem to work. Is there something I am missing? Do I need to return a success or anything as a result?
Thanks much,
J.
So I am working on a plugin that saves and exports (amongst other things). Got it all working, and it exports/saves correctly.
The small issue I have is that after the script exports the image (or other procedures), the status bar at the bottom of the UI (Gimp 2.10) gets stuck on for example "Exporting ... Cancel" even though the image has been exported (see pic).
I tried pdb.gimp_displays_flush(), but that does not seem to work. Is there something I am missing? Do I need to return a success or anything as a result?
Thanks much,
J.