<div class="gmail_quote">2011/6/27 Radek Doulík <span dir="ltr">&lt;<a href="mailto:rodo@novell.com">rodo@novell.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Luke,<br>
<br>
&gt; @@ -542,6 +543,7 @@ void<br>
<div class="im">&gt; CustomAnimationList::select( CustomAnimationEffectPtr pEffect, bool<br>
</div><div class="im">&gt; bSelect<br>
&gt;      {<br>
&gt;          append( pEffect );<br>
&gt;          select( pEffect );<br>
</div>&gt; +        MakeVisible( Last() );<br>
<br>
we don&#39;t need to call it here ^^^, as select( pEffect ); on the previous<br>
line recursively calls this function again and it is made visible from<br>
the loop above already. So it should be enough to add it to the loop.<br></blockquote><div><br></div><div>Ah yes, of course! </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I have updated your patch and pushed it.</blockquote><div><br></div><div>Thanks very much :) </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> </blockquote></div>