Skip to content

Commit 1d0e613

Browse files
committed
x Double call to setHtml()
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
1 parent f07bdb1 commit 1d0e613

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Source/GUI/Qt/commonwebwindow.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ void CommonWebWindow::display_html()
4646
return;
4747
#endif
4848

49-
main_window->web_view->setHtml(html.toUtf8());
50-
5149
#if defined(WEB_MACHINE_ENGINE)
5250
main_window->web_view->setHtml(html.toUtf8(), url);
5351
#endif

0 commit comments

Comments
 (0)