- fixed canvas selection such that when selecting shape fails to be displayed with rounded corners a square selection shape is used

- fixed canvas selection for the case when the selected object is a single line or a line made from multiple segments
This commit is contained in:
Marius Stanciu
2020-09-23 13:32:13 +03:00
parent 09aafe5601
commit 7e4585e65f
2 changed files with 36 additions and 17 deletions

View File

@@ -10,6 +10,8 @@ CHANGELOG for FlatCAM beta
23.09.2020
- added support for virtual units in SVG parser; warning: it may require the support for units which is not implemented yet
- fixed canvas selection such that when selecting shape fails to be displayed with rounded corners a square selection shape is used
- fixed canvas selection for the case when the selected object is a single line or a line made from multiple segments
22.09.2020