Add update() call in removeRipple

This commit is contained in:
johanneshilden 2017-10-02 09:03:52 +03:00
parent e98c026fc9
commit a15d30a168
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ void QtMaterialRippleOverlay::removeRipple(QtMaterialRipple *ripple)
{
if (m_ripples.removeOne(ripple)) {
delete ripple;
update();
}
}