Skip to content

Commit

Permalink
x Double call to setHtml()
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Mar 8, 2018
1 parent f07bdb1 commit 1d0e613
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/GUI/Qt/commonwebwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ void CommonWebWindow::display_html()
return;
#endif

main_window->web_view->setHtml(html.toUtf8());

#if defined(WEB_MACHINE_ENGINE)
main_window->web_view->setHtml(html.toUtf8(), url);
#endif
Expand Down

0 comments on commit 1d0e613

Please sign in to comment.