mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-23 04:00:09 +01:00
QnD fix for missing self.shell attribute
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user