1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +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 b6fa82aa8e
commit 19684a73cf
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

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