Re: invalidateParentSizeAndDisplayList justification

2012-03-25 Thread Omar Gonzalez
On Sunday, March 25, 2012, Left Right wrote: > Hello, I've been taking a more close look at the code and I found that this > particular function is used a lot (almost any other method or property that > has to do with graphical display of a component uses it to notify the > parent of the component

invalidateParentSizeAndDisplayList justification

2012-03-25 Thread Left Right
Hello, I've been taking a more close look at the code and I found that this particular function is used a lot (almost any other method or property that has to do with graphical display of a component uses it to notify the parent of the component about the change). Here's the function itself: pr