Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internal console: Fix mixins initialization in ShellBaseWidget
- Before we were initializing SpyderShortcutsMixin in PythonShellWidget, but that changed some attributes of other ShellBaseWidget mixins (e.g. it made SaveHistoryMixin.history_filename empty). - However, moving SpyderShortcutsMixin to ShellBaseWidget and initializing it before other mixins fixes that problem.
- Loading branch information