Skip to content

Commit

Permalink
Update spyder/plugins/ipythonconsole/widgets/main_widget.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
  • Loading branch information
hmaarrfk and ccordoba12 authored Jun 26, 2024
1 parent 599b5f4 commit 6193e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyder/plugins/ipythonconsole/widgets/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def __init__(self, name=None, plugin=None, parent=None):
# Info widget
if self.enable_infowidget:
from spyder.widgets.browser import FrameWebView

self.infowidget = FrameWebView(self)
if WEBENGINE:
self.infowidget.page().setBackgroundColor(
Expand Down

0 comments on commit 6193e29

Please sign in to comment.