[gimp/gimp-2-10] app: in gimppaintcore-loops, in MaskComponents::finalize_step(), chain up



commit 339368f562380e1242d6ec2fac102ae6e592e1eb
Author: Ell <ell_se yahoo com>
Date:   Sat Feb 16 10:09:34 2019 -0500

    app: in gimppaintcore-loops, in MaskComponents::finalize_step(), chain up
    
    (cherry picked from commit e513e9e0543b691941a9162f56aa79e11e71ab66)

 app/paint/gimppaintcore-loops.cc | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/app/paint/gimppaintcore-loops.cc b/app/paint/gimppaintcore-loops.cc
index 15aff41e26..f0f9195d6d 100644
--- a/app/paint/gimppaintcore-loops.cc
+++ b/app/paint/gimppaintcore-loops.cc
@@ -2140,6 +2140,8 @@ struct MaskComponents : Base
   {
     if (comp_fish)
       gegl_scratch_free (state->comp_pixel);
+
+    Base::finalize_step (params, state);
   }
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]