[gimp] Bug 771208: 'Y' axis name of Flow Graph Parameter...



commit 0ecd936f576768070ead4e78011635031020af79
Author: Massimo Valentini <mvalentini src gnome org>
Date:   Wed Sep 14 18:32:16 2016 +0200

    Bug 771208: 'Y' axis name of Flow Graph Parameter...
    
    on Paint Dynamics curve is wrong

 app/core/gimpdynamics.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpdynamics.c b/app/core/gimpdynamics.c
index 6dddc22..64dcd4f 100644
--- a/app/core/gimpdynamics.c
+++ b/app/core/gimpdynamics.c
@@ -232,7 +232,7 @@ gimp_dynamics_init (GimpDynamics *dynamics)
   private->flow_output =
     gimp_dynamics_create_output (dynamics,
                                  "flow-output",
-                                 GIMP_DYNAMICS_OUTPUT_RATE);
+                                 GIMP_DYNAMICS_OUTPUT_FLOW);
 
   private->size_output =
     gimp_dynamics_create_output (dynamics,


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