<div class="gmail_quote">2011/6/27 Radek Doulík <span dir="ltr"><<a href="mailto:rodo@novell.com">rodo@novell.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Luke,<br>
<br>
> @@ -542,6 +543,7 @@ void<br>
<div class="im">> CustomAnimationList::select( CustomAnimationEffectPtr pEffect, bool<br>
</div><div class="im">> bSelect<br>
> {<br>
> append( pEffect );<br>
> select( pEffect );<br>
</div>> + MakeVisible( Last() );<br>
<br>
we don'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>