From 700222d5dcfeda199d6b8442412484f99220eebc Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 7 Feb 2019 00:53:51 +0200 Subject: [PATCH] - in Paint Tool, when painting single polygon, when clicking on canvas for the polygon there is no longer a selection of the entire object --- FlatCAMApp.py | 2 +- README.md | 4 ++++ flatcamTools/ToolPaint.py | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 9f109c2e..0c34664b 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -93,7 +93,7 @@ class App(QtCore.QObject): # Version version = 8.907 - version_date = "2019/02/6" + version_date = "2019/02/7" beta = True # current date now diff --git a/README.md b/README.md index 17c50f26..9b782583 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing. ================================================= +7.02.2019 + +- in Paint Tool, when painting single polygon, when clicking on canvas for the polygon there is no longer a selection of the entire object + 6.02.2019 - fixed the units calculators crash FlatCAM when using comma as decimal separator diff --git a/flatcamTools/ToolPaint.py b/flatcamTools/ToolPaint.py index 0beb996b..a0aa5bc5 100644 --- a/flatcamTools/ToolPaint.py +++ b/flatcamTools/ToolPaint.py @@ -750,7 +750,9 @@ class ToolPaint(FlatCAMTool, Gerber): overlap=overlap, connect=connect, contour=contour) + self.app.plotcanvas.vis_connect('mouse_press', self.app.on_mouse_click_over_plot) + self.app.plotcanvas.vis_disconnect('mouse_press', self.app.on_mouse_click_over_plot) self.app.plotcanvas.vis_connect('mouse_press', doit) def paint_poly(self, obj, inside_pt, tooldia, overlap,