1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

LocationBar: Update icon after requesting url load

BUG: 392747
FIXED-IN: 3.0.1
This commit is contained in:
David Rosca 2018-04-06 18:45:41 +02:00
parent 4815b584f6
commit 6dc8624a93
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -341,6 +341,7 @@ void LocationBar::refreshTextFormat()
void LocationBar::requestLoadUrl()
{
loadRequest(loadAction(text()).loadRequest);
updateSiteIcon();
}
void LocationBar::textEdited(const QString &text)