Skip to content

Commit d718f25

Browse files
Merge pull request #640 from g-maxime/fix-tab
x Double call to setHtml()
2 parents f07bdb1 + 1d0e613 commit d718f25

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)