- in Geometry Editor - improvement in update of the whole Geometry Editor UI on shape selection on canvas
This commit is contained in:
@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
29.11.2020
|
29.11.2020
|
||||||
|
|
||||||
- in Geometry Editor - improvements and some issues are solved
|
- 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
|
28.11.2020
|
||||||
|
|
||||||
|
|||||||
@@ -2666,7 +2666,7 @@ class FCSelect(DrawTool):
|
|||||||
iterator += 1
|
iterator += 1
|
||||||
|
|
||||||
self.draw_app.tw.itemSelectionChanged.connect(self.draw_app.on_tree_selection_change)
|
self.draw_app.tw.itemSelectionChanged.connect(self.draw_app.on_tree_selection_change)
|
||||||
|
self.draw_app.tw.itemSelectionChanged.emit()
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
def clean_up(self):
|
def clean_up(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user