mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
PopupWindow: Fix hiding progressbar
QWebEngineView emits loadProgress(100) after loadFinished() is emitted
This commit is contained in:
parent
0cc9692f63
commit
a186e75cb1
@ -191,7 +191,6 @@ void PopupWindow::loadStarted()
|
||||
|
||||
void PopupWindow::loadProgress(int value)
|
||||
{
|
||||
m_progressBar->show();
|
||||
m_progressBar->setValue(value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user