- in Distance Plugin made sure that the grid snapping restore is working properly (previously it always restored it to the ON state)

- the HUD display is no longer default active on new installations
This commit is contained in:
Marius Stanciu
2022-03-30 12:32:08 +03:00
committed by Marius
parent c69f9dc2d9
commit 40ba41264e
3 changed files with 6 additions and 6 deletions

View File

@@ -11,11 +11,13 @@ CHANGELOG for FlatCAM Evo beta
- a minor fix in the Plotcanvas() class
- fixed the OR-tools path optimization (it required now a cast to int when creating the distances' matrix)
- in Distance Plugin made sure that the grid snapping restore is working properly (previously it always restored it to the ON state)
- the HUD display is no longer default active on new installations
29.03.2022
- added ability to change the mouse cursor color on the fly
- in Distance Plugin made sure that the 'big cursor' (when is used) is black in color (visible in most situations)
- in Distance Plugin made sure that the 'big cursor' (when is used) is black (visible in most situations)
- in Distance Plugin, for the 2D graphic mode activated the utility line
- in Distance Plugin, fixed the `Snap to center` feature to work as intended