catch geometry updates of moving clients

and bind geometry change signals dynamically

REVIEW: 109570
This commit is contained in:
Thomas Lübking 2013-03-18 17:08:58 +01:00
parent eab1166dbc
commit a5cce085af

View file

@ -216,6 +216,8 @@ bool AnimationEffect::cancel(quint64 animationId)
}
d->m_animations.erase(entry);
}
if (d->m_animations.isEmpty())
disconnectGeometryChanges();
return true;
}
}