1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

PopupWindow: Fix hiding progressbar

QWebEngineView emits loadProgress(100) after loadFinished() is emitted
This commit is contained in:
David Rosca 2017-01-22 14:45:42 +01:00
parent 0cc9692f63
commit a186e75cb1

View File

@ -191,7 +191,6 @@ void PopupWindow::loadStarted()
void PopupWindow::loadProgress(int value)
{
m_progressBar->show();
m_progressBar->setValue(value);
}