- in Paint Tool replaced the Selection radio with a combobox GUI element that is more compact

This commit is contained in:
Marius Stanciu
2020-02-20 05:14:48 +02:00
committed by Marius
parent dab46ef3ae
commit a2c0244e18
4 changed files with 53 additions and 38 deletions

View File

@@ -807,7 +807,7 @@ class App(QtCore.QObject):
"tools_paintoverlap": 20,
"tools_paintmargin": 0.0,
"tools_paintmethod": _("Seed"),
"tools_selectmethod": "all",
"tools_selectmethod": _("All Polygons"),
"tools_pathconnect": True,
"tools_paintcontour": True,
"tools_paint_plotting": 'normal',