Add update() call in removeRipple
This commit is contained in:
parent
e98c026fc9
commit
a15d30a168
|
@ -37,6 +37,7 @@ void QtMaterialRippleOverlay::removeRipple(QtMaterialRipple *ripple)
|
|||
{
|
||||
if (m_ripples.removeOne(ripple)) {
|
||||
delete ripple;
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue