- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user