[gimp/wip/Jehan/issue-498-quick-brush-edit: 510/523] app: distance moved on-canvas set the ink tool size as well.




commit 5b61487a1705929e5f659791ee3f6cbdae040948
Author: Jehan <jehan girinstud io>
Date:   Mon Mar 14 23:47:49 2022 +0100

    app: distance moved on-canvas set the ink tool size as well.

 app/actions/tools-commands.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/actions/tools-commands.c b/app/actions/tools-commands.c
index 9562c301c6..b840e7f3c3 100644
--- a/app/actions/tools-commands.c
+++ b/app/actions/tools-commands.c
@@ -339,7 +339,7 @@ tools_ink_blob_size_cmd_callback (GimpAction *action,
                               action_data_get_display (data),
                               G_OBJECT (tool_info->tool_options),
                               "size",
-                              0.1, 1.0, 10.0, 0.1, FALSE, FALSE);
+                              0.1, 1.0, 10.0, 0.1, FALSE, TRUE);
     }
 }
 


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