- improved the loading of Config File by using the advanced code editor

This commit is contained in:
Marius Stanciu
2019-12-18 04:26:20 +02:00
committed by Marius
parent 1f33220bab
commit a8d4c592c2
2 changed files with 2 additions and 1 deletions

View File

@@ -9940,7 +9940,7 @@ class App(QtCore.QObject):
def init_code_editor(self, name):
self.text_editor_tab = TextEditor(app=self)
self.text_editor_tab = TextEditor(app=self, plain_text=True)
# add the tab if it was closed
self.ui.plot_tab_area.addTab(self.text_editor_tab, '%s' % name)