Skip to content

Commit

Permalink
Merge pull request #5657 from algops-com/fix_webview
Browse files Browse the repository at this point in the history
[FIX] Fix running OWS with widgets with WebView in Orange.canvas.run
  • Loading branch information
ales-erjavec authored Oct 29, 2021
2 parents 2d68672 + c3a8418 commit 96d177a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Orange/canvas/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
from orangecanvas.scheme.node import UserMessage
from orangecanvas.scheme import signalmanager

# Imported to make webwidget addons work
from Orange.widgets.utils.webview import WebviewWidget # pylint: disable=unused-import


def main(argv=None):
app = QApplication(list(argv) if argv else [])
Expand Down

0 comments on commit 96d177a

Please sign in to comment.