- minor change

This commit is contained in:
Marius Stanciu 2020-10-27 15:51:23 +02:00
parent 9b1e78d285
commit 85eb39b6ec
1 changed files with 1 additions and 2 deletions

View File

@ -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