From 0002d32341f9ce8f859470b2676770e4938015fe Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Tue, 26 Mar 2019 22:39:49 +0200 Subject: [PATCH] - fixed bug: after using Paint Tool shortcut keys are disabled --- README.md | 1 + camlib.py | 1 - flatcamTools/ToolPaint.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32d4cbe0..727998fe 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing. 26.03.2019 - fixed an issue where the Geometry plot function protested that it does not have an parameter that is used by the CNCJob plot function. But both inherit from FaltCAMObj plot function which does not have that parameter so something may need to be changed. Until then I provided a phony keyboard parameter to make that function 'shut up' +- fixed bug: after using Paint Tool shortcut keys are disabled 25.03.2019 diff --git a/camlib.py b/camlib.py index 4f271798..bb3fe373 100644 --- a/camlib.py +++ b/camlib.py @@ -3371,7 +3371,6 @@ class Gerber (Geometry): # self.solid_geometry = affinity.scale(self.solid_geometry, # xscale, yscale, origin=(px, py)) - def skew(self, angle_x, angle_y, point): """ Shear/Skew the geometries of an object by angles along x and y dimensions. diff --git a/flatcamTools/ToolPaint.py b/flatcamTools/ToolPaint.py index 353ec9d6..48751947 100644 --- a/flatcamTools/ToolPaint.py +++ b/flatcamTools/ToolPaint.py @@ -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: