mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +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;
|
||||
setFixedSize(m_normalIcon.size());
|
||||
|
||||
update();
|
||||
}
|
||||
|
||||
QString ToolButton::themeIcon() const
|
||||
|
|
Loading…
Reference in New Issue
Block a user