- when the selection is changed in the Project Tree the selection shape on canvas is deleted

- if an object is selected on Project Tree and it does not have the selection shape drawn, first click on canvas over it will draw the selection shape
This commit is contained in:
Marius Stanciu
2019-12-23 17:30:04 +02:00
parent cc303ce4f2
commit 98e246a5c4
4 changed files with 44 additions and 17 deletions

View File

@@ -16,6 +16,9 @@ CAD program, and create G-Code for Isolation routing.
- when Printing as PDF Gerber objects now the rendered color is the print color
- speed up the plotting in OpenGL(3D) graphic mode
- spped up the color setting for Gerber object when using the OpenGL(3D) graphic mode
- setting color for Gerber objects work on a selection of Gerber objects
- when the selection is changed in the Project Tree the selection shape on canvas is deleted
- if an object is selected on Project Tree and it does not have the selection shape drawn, first click on canvas over it will draw the selection shape
22.12.2019