summaryrefslogtreecommitdiffstats
path: root/hexmap.scm
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-11-26 23:54:47 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-11-26 23:54:47 +0100
commit3d67b76b31cda73fe8a982895e5acd49ad0f19e6 (patch)
tree1709ba59e185d26468ad231c317c8394bac09e9e /hexmap.scm
parent9718761890008e8ba34704dc13c6cb3dd35379e0 (diff)
downloadhexmap-3d67b76b31cda73fe8a982895e5acd49ad0f19e6.zip
hexmap-3d67b76b31cda73fe8a982895e5acd49ad0f19e6.tar.gz
thanks to <schumaml> on gimp irc channel, the pencil tool is now selected
Diffstat (limited to 'hexmap.scm')
-rw-r--r--hexmap.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/hexmap.scm b/hexmap.scm
index 0dd437b..8c56680 100644
--- a/hexmap.scm
+++ b/hexmap.scm
@@ -522,6 +522,7 @@
(gimp-context-set-brush "HexMapBrush")
(gimp-context-set-opacity 100)
(gimp-context-set-paint-mode NORMAL-MODE)
+ (gimp-context-set-paint-method "gimp-pencil")
; paths
(set! grid_path (car (gimp-vectors-new img "Hex Grid")))