QnD fix for missing self.shell attribute

This commit is contained in:
Robin Dunn
2018-03-27 19:26:04 -07:00
parent f5a4523c88
commit e55ccf8940

View File

@@ -170,6 +170,7 @@ class SlicesShellFrame(frame.Frame, frame.ShellFrameMixin):
enableShellMode=self.enableShellMode,
hideFoldingMargin=self.hideFoldingMargin,
*args, **kwds)
self.shell = self.sliceshell
self.buffer = self.sliceshell.buffer
# Override the shell so that status messages go to the status bar.