mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01: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:
parent
f4d80176f8
commit
59ad2db607
@ -55,6 +55,8 @@ void ToolButton::setMultiIcon(const QPixmap &icon)
|
|||||||
|
|
||||||
m_options |= MultiIconOption;
|
m_options |= MultiIconOption;
|
||||||
setFixedSize(m_normalIcon.size());
|
setFixedSize(m_normalIcon.size());
|
||||||
|
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
QString ToolButton::themeIcon() const
|
QString ToolButton::themeIcon() const
|
||||||
|
Loading…
Reference in New Issue
Block a user