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:
parent
8a5388cf65
commit
8ff20fd97b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue