diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-11-26 23:54:47 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-11-26 23:54:47 +0100 | 
| commit | 3d67b76b31cda73fe8a982895e5acd49ad0f19e6 (patch) | |
| tree | 1709ba59e185d26468ad231c317c8394bac09e9e | |
| parent | 9718761890008e8ba34704dc13c6cb3dd35379e0 (diff) | |
| download | hexmap-3d67b76b31cda73fe8a982895e5acd49ad0f19e6.zip hexmap-3d67b76b31cda73fe8a982895e5acd49ad0f19e6.tar.gz  | |
thanks to <schumaml> on gimp irc channel, the pencil tool is now selected
| -rw-r--r-- | hexmap.scm | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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")))  | 
