Ensure python window splits

The History/Calltips/locals window splits were only being shown when
running SingleTop.  For unknown reasons, the crust "CallAfter" routine
was not running, so we force the call
This commit is contained in:
Seth Hillbrand 2021-09-21 15:18:24 -07:00
parent 8a5388cf65
commit 8ff20fd97b
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ class KiCadPyShell(KiCadEditorNotebookFrame):
startupScript=self.startup_file,
execStartupScript=self.execStartupScript)
self.crust._CheckShouldSplit()
self.shell = self.crust.shell
# Override the filling so that status messages go to the status bar.
self.crust.filling.tree.setStatusText = self.parent.SetStatusText