- refactoring all the references to object options property to obj_options to make a difference with the application options property
This commit is contained in:
@@ -244,7 +244,7 @@ class AppTextEditor(QtWidgets.QWidget):
|
||||
obj_name = name
|
||||
else:
|
||||
try:
|
||||
obj_name = self.app.collection.get_active().options['name']
|
||||
obj_name = self.app.collection.get_active().obj_options['name']
|
||||
except AttributeError:
|
||||
obj_name = 'file'
|
||||
if filt is None:
|
||||
|
||||
Reference in New Issue
Block a user