Created
August 30, 2023 14:58
-
-
Save dacap/2ee40d2f65a43abf61bc128589d25bbd to your computer and use it in GitHub Desktop.
Select as the pencil
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/data/gui.xml b/data/gui.xml | |
index ac89a3685..2af1545bf 100644 | |
--- a/data/gui.xml | |
+++ b/data/gui.xml | |
@@ -1315,6 +1315,13 @@ | |
controller="one_point" | |
pointshape="floodfill" | |
tracepolicy="accumulate" /> | |
+ <tool id="pencil_selection" | |
+ text="@.pencil" | |
+ ink="selection" | |
+ controller="freehand" | |
+ pointshape="brush" | |
+ intertwine="as_lines" | |
+ tracepolicy="accumulate" /> | |
</group> | |
<group id="pencil_tools"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment