Skip to content

Commit 8a774ef

Browse files
committed
TBF: Connect Ctrl-O shortcut to load_files in main window
1 parent d43bbef commit 8a774ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spyder/plugins/editor/widgets/main_widget.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ def register_editorstack(self, editorstack):
16271627
editorstack.text_changed_at.connect(self.text_changed_at)
16281628
editorstack.current_file_changed.connect(self.current_file_changed)
16291629
editorstack.plugin_load.connect(self.load)
1630-
editorstack.plugin_load[()].connect(self.load)
1630+
editorstack.plugin_load[()].connect(self._plugin.main.load_files)
16311631
editorstack.edit_goto.connect(self.load)
16321632
editorstack.sig_save_as.connect(self.save_as)
16331633
editorstack.sig_prev_edit_pos.connect(self.go_to_last_edit_location)

0 commit comments

Comments
 (0)