- 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:
@@ -72,7 +72,7 @@ class TclCommandPlotAll(TclCommandSignaled):
|
||||
plot_status = True
|
||||
|
||||
for obj in self.app.collection.get_list():
|
||||
obj.options["plot"] = True if plot_status is True else False
|
||||
obj.obj_options["plot"] = True if plot_status is True else False
|
||||
|
||||
if self.app.cmd_line_headless != 1:
|
||||
self.app.plot_all(use_thread=threaded)
|
||||
|
||||
Reference in New Issue
Block a user