- 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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user