From 85eb39b6ec24e67ba8fd31c1e1289cac0f379e48 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Tue, 27 Oct 2020 15:51:23 +0200 Subject: [PATCH] - minor change --- appObjects/AppObject.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appObjects/AppObject.py b/appObjects/AppObject.py index ea893d0e..6899765b 100644 --- a/appObjects/AppObject.py +++ b/appObjects/AppObject.py @@ -401,7 +401,6 @@ class AppObject(QtCore.QObject): name=str(obj.options['name']), tx=_("created/selected")) ) - # ############################################################################################################ # Set the colors for the objects that have geometry # ############################################################################################################ @@ -439,7 +438,7 @@ class AppObject(QtCore.QObject): # ############################################################################################################# # update the SHELL auto-completer model with the name of the new object # ############################################################################################################# - self.app.shell._edit.set_model_data(self.app.myKeywords) + self.app.shell.command_line().set_model_data(self.app.myKeywords) if auto_select or self.app.ui.notebook.currentWidget() is self.app.ui.properties_tab: # select the just opened object but deselect the previous ones