We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f07bdb1 + 1d0e613 commit d718f25Copy full SHA for d718f25
1 file changed
Source/GUI/Qt/commonwebwindow.cpp
@@ -46,8 +46,6 @@ void CommonWebWindow::display_html()
46
return;
47
#endif
48
49
- main_window->web_view->setHtml(html.toUtf8());
50
-
51
#if defined(WEB_MACHINE_ENGINE)
52
main_window->web_view->setHtml(html.toUtf8(), url);
53
0 commit comments