From 3d67b76b31cda73fe8a982895e5acd49ad0f19e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 26 Nov 2015 23:54:47 +0100 Subject: thanks to on gimp irc channel, the pencil tool is now selected --- hexmap.scm | 1 + 1 file changed, 1 insertion(+) 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"))) -- cgit v1.1-2-g2b99