Skip to content

Commit

Permalink
Merge pull request #2206 from astrofrog/fix-ipykernel-6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog authored Jul 13, 2021
2 parents d7dedb5 + 136b4e1 commit ad14432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glue/app/qt/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ def __init__(self, button_console, parent=None):

self.setLayout(l)

def fileno(self):
return self._stderr_original.fileno()

def _set_console_button(self, attention):
if attention:
style = 'color: red; text-decoration: underline;'
Expand Down

0 comments on commit ad14432

Please # to comment.