- changed the default method for Paint Tool to 'all'

This commit is contained in:
Marius Stanciu
2019-09-19 23:34:54 +03:00
committed by Marius
parent fc1674ebc4
commit d581462b1d
2 changed files with 2 additions and 1 deletions

View File

@@ -1113,7 +1113,7 @@ class App(QtCore.QObject):
"tools_paintoverlap": 0.015748,
"tools_paintmargin": 0.0,
"tools_paintmethod": "seed",
"tools_selectmethod": "single",
"tools_selectmethod": "all",
"tools_pathconnect": True,
"tools_paintcontour": True,
"tools_paint_plotting": 'normal',