- started to modify the Substract Tool to work on Geometry objects too

This commit is contained in:
Marius Stanciu
2019-04-30 15:52:12 +03:00
committed by Marius
parent eb00176519
commit bc981ab92c
4 changed files with 348 additions and 107 deletions

View File

@@ -14,6 +14,7 @@ CAD program, and create G-Code for Isolation routing.
- in ObjectCollection class, made sure that renaming an object in Project View does not result in an empty name. If new name is blank the rename is cancelled.
- made ObjectCollection.TreeItem() inherit KeySensitiveListVIew and implicitly QTreeView (in the hope that the theme applied on app will be applied on the tree items, too (for MacOs new DarkUI theme)
- renamed SilkScreen Tool to Substract Tool and move it's menu location in Edit -> Conversion
- started to modify the Substract Tool to work on Geometry objects too
29.04.2019