- upgraded all the plugins such that at each launch the Plugin UI is reinitialized reducing the chances to get errors like "wrapped up C++ object deleted" with the side effect that the performance might be slightly reduced
This commit is contained in:
@@ -906,6 +906,7 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
self.notebook = FCDetachableTab2(protect=True, protect_by_name=[_("Project"), _("Properties")], parent=self)
|
||||
# self.notebook.setTabsClosable(False)
|
||||
self.notebook.useOldIndex(True)
|
||||
self.notebook.auto_remove_closed_tab = False
|
||||
|
||||
self.splitter.addWidget(self.notebook)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user