- fixed Properties Tool due of recent changes to the FCTree widget

This commit is contained in:
Marius Stanciu
2020-03-13 15:43:26 +02:00
committed by Marius
parent 98f4a82ad4
commit e6917ba1ab
5 changed files with 12 additions and 3 deletions

View File

@@ -129,6 +129,10 @@ class Properties(FlatCAMTool):
for obj in obj_list:
self.addItems(obj)
self.app.inform.emit('[success] %s' % _("Object Properties are displayed."))
# make sure that the FCTree widget columns are resized to content
self.treeWidget.resize_sig.emit()
self.app.ui.notebook.setTabText(2, _("Properties Tool"))
def addItems(self, obj):