Skip to content

Commit

Permalink
Merge from 3.x: PR #7296
Browse files Browse the repository at this point in the history
Fixes #7295
  • Loading branch information
ccordoba12 committed Jun 15, 2018
2 parents dab7757 + f8264a6 commit 4f8d65e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spyder/widgets/ipythonconsole/debugging.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def _event_filter_console_keypress(self, event):
return True
elif key in (Qt.Key_Return, Qt.Key_Enter):
self._control.reset_search_pos()
else:
self._control.hist_wholeline = False
return super(DebuggingWidget,
self)._event_filter_console_keypress(event)
else:
Expand Down

0 comments on commit 4f8d65e

Please sign in to comment.