Kaydet (Commit) adc8f8d3 authored tarafından Zhe Wang's avatar Zhe Wang Kaydeden (comit) Caolán McNamara

Resolves: #i119951# Animation effect still exist after the shape grouped

(cherry picked from commit 164d3096)

Change-Id: I29956f976e7ac38a9d06d973bb2b3d2d06e1e341
üst f975e005
......@@ -3442,15 +3442,7 @@ bool MainSequence::disposeShape( const Reference< XShape >& xShape )
InteractiveSequenceList::iterator aIter;
for( aIter = maInteractiveSequenceList.begin(); aIter != maInteractiveSequenceList.end(); )
{
if( (*aIter)->getTriggerShape() == xShape )
{
aIter = maInteractiveSequenceList.erase( aIter );
bChanges = true;
}
else
{
bChanges |= (*aIter++)->disposeShape( xShape );
}
}
if( bChanges )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment