Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Aug 27, 2022
1 parent b4ad793 commit 9a9a8a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qtconsole/console_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,8 @@ def _show_prompt(self, prompt=None, html=False, newline=True,
# This is necessary to solve out-of-order insertion of mixed stdin and
# stdout stream texts.
# Fixes spyder-ide/spyder#17710
QtCore.QCoreApplication.processEvents()
if not sys.platform == 'darwin':
QtCore.QCoreApplication.processEvents()

cursor = self._get_end_cursor()

Expand Down

0 comments on commit 9a9a8a4

Please sign in to comment.