- updated the Distance Tool such that the right click of the mouse will cancel the tool unless it was a panning move

- modified the PlotCanvasLegacy to decide if there is a mouse drag based on the distance between the press event position and the release event position. If the distance is smaller than a delta distance then it is not a drag move.
This commit is contained in:
Marius Stanciu
2020-05-13 00:59:35 +03:00
committed by Marius
parent 7ec3fa73af
commit 41922f5c7c
3 changed files with 25 additions and 7 deletions

View File

@@ -14,6 +14,8 @@ CHANGELOG for FlatCAM beta
- now the Tcl commands Drillcncjob and Cncjob can use the toolchangexy and endxy parameters with or without parenthesis (but no spaces allowed)
- modified the Tcl command Paint "single" parameter. Now it's value is a tuple with the x,y coordinates of the single polygon to be painted.
- the HUD display state is now persistent between app restarts
- updated the Distance Tool such that the right click of the mouse will cancel the tool unless it was a panning move
- modified the PlotCanvasLegacy to decide if there is a mouse drag based on the distance between the press event position and the release event position. If the distance is smaller than a delta distance then it is not a drag move.
11.05.2020