- fixed bug: after using Paint Tool shortcut keys are disabled

This commit is contained in:
Marius Stanciu
2019-03-26 22:39:49 +02:00
parent a7e6914584
commit 0002d32341
3 changed files with 2 additions and 2 deletions

View File

@@ -730,7 +730,7 @@ class ToolPaint(FlatCAMTool, Gerber):
def on_paint_button_click(self):
self.app.report_usage(_("geometry_on_paint_button"))
self.app.call_source = 'paint'
# self.app.call_source = 'paint'
self.app.inform.emit(_("[WARNING_NOTCL]Click inside the desired polygon."))
try: