- in Geometry Editor - improvement in update of the whole Geometry Editor UI on shape selection on canvas

This commit is contained in:
Marius Stanciu
2020-11-29 03:43:47 +02:00
committed by Marius
parent 89039a9606
commit ac145b283b
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
29.11.2020
- in Geometry Editor - improvements and some issues are solved
- in Geometry Editor - improvement in update of the whole Geometry Editor UI on shape selection on canvas
28.11.2020

View File

@@ -2666,7 +2666,7 @@ class FCSelect(DrawTool):
iterator += 1
self.draw_app.tw.itemSelectionChanged.connect(self.draw_app.on_tree_selection_change)
self.draw_app.tw.itemSelectionChanged.emit()
return ""
def clean_up(self):