- made all TclCommands not to be plotted automatically
- made sure that all TclCommands are not threaded
This commit is contained in:
@@ -46,4 +46,4 @@ class TclCommandNewGeometry(TclCommandSignaled):
|
||||
|
||||
name = args['name']
|
||||
|
||||
self.app.new_object('geometry', str(name), lambda x, y: None)
|
||||
self.app.new_object('geometry', str(name), lambda x, y: None, plot=False)
|
||||
|
||||
Reference in New Issue
Block a user