- replaced setFixedWidth calls with setMinimumWidth

- recoded the camlib.Geometry.isolation_geometry() function
This commit is contained in:
Marius Stanciu
2019-08-07 15:05:33 +03:00
committed by Marius
parent 258d3463e7
commit fd948cc2c8
2 changed files with 14 additions and 8 deletions

View File

@@ -9,6 +9,11 @@ CAD program, and create G-Code for Isolation routing.
=================================================
7.09.2019
- replaced setFixedWidth calls with setMinimumWidth
- recoded the camlib.Geometry.isolation_geometry() function
6.08.2019
- fixed bug that crashed the app after creating a new geometry, if a new object is loaded and the new geometry is deleted and then trying to select the just loaded new object
@@ -16,7 +21,6 @@ CAD program, and create G-Code for Isolation routing.
- fixed issue in the isolation function, if the isolation can't be done there will be generated no Geometry object
- some minor UI changes
- strings added and translations updated
- replaced setFixedWidth calls with setMinimumWidth
5.08.2019