Skip to content

Commit 6c8cfa5

Browse files
committed
Remove redundant refresh in previous commit. Already be refreshed in refreshCurrentBrowser().
1 parent 9975ce7 commit 6c8cfa5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/mainwindow.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,6 @@ void MainWindow::setTextEncoding( const QString& encoding )
548548
}
549549
}
550550

551-
m_navPanel->refresh();
552-
553551
// Because updateView() will call view->invalidate(), which clears the view->url(),
554552
// we have to make a copy of it.
555553
QUrl url = currentBrowser()->url();

0 commit comments

Comments
 (0)