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

[ToolButton] Call update() from setMultiIcon

Fixes issue with reload/stop button not being correctly updated
with themes that use multiIcon for this button.
This commit is contained in:
David Rosca 2014-04-22 23:06:18 +02:00
parent f4d80176f8
commit 59ad2db607

View File

@ -55,6 +55,8 @@ void ToolButton::setMultiIcon(const QPixmap &icon)
m_options |= MultiIconOption;
setFixedSize(m_normalIcon.size());
update();
}
QString ToolButton::themeIcon() const