- added messages in the application window title which show the progress in loading a project (which is not thread-safe therefore keeping the app from fully initialize until finished)

This commit is contained in:
Marius Stanciu
2019-08-18 02:04:36 +03:00
parent 2720bc34b7
commit ae5de6c149
3 changed files with 10 additions and 2 deletions

View File

@@ -693,7 +693,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
:param name: Name of the FlatCAM Object
:return: None
"""
log.debug("ObjectCollection.set_inactive()")
# log.debug("ObjectCollection.set_inactive()")
obj = self.get_by_name(name)
item = obj.item