- in Paint and NCC Tools made sure that using the key ESCAPE to cancel the tool will not create mouse events issues

- some updates in Tcl commands Paint and CopperClear data dicts
This commit is contained in:
Marius Stanciu
2020-06-14 15:59:06 +03:00
committed by Marius
parent 1fb1b1cdbe
commit c0a4e2f3cc
12 changed files with 350 additions and 296 deletions

View File

@@ -557,8 +557,8 @@ class PaintOptionsTool(AppTool):
else:
self.paintoverlap_entry.set_value(0.0)
if self.app.defaults["tools_paintmargin"]:
self.paintmargin_entry.set_value(self.app.defaults["tools_paintmargin"])
if self.app.defaults["tools_paintoffset"]:
self.paintmargin_entry.set_value(self.app.defaults["tools_paintoffset"])
else:
self.paintmargin_entry.set_value(0.0)