Skip to content

Commit

Permalink
fix running OWS with widgets with WebView in Orange.canvas.run
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Oct 22, 2021
1 parent 8ed85c8 commit f58a311
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 # noqa


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

0 comments on commit f58a311

Please sign in to comment.