Il 27/08/2011 14:54, Pavel Sanda ha scritto:
Tommaso Cucinotta wrote:
John.. does this also fix your automatic testcases ?
It fixed the recursive paint.
I haven't really made regression tests.
So it's in: r39535.
nice, this also fixes the regression #7503.
nice to know.
What about branch ? It seems harmless: update() is equivalent to
repaint(), with the additional benefits that the actual repaint is
deferred (via a Paint Event, AFAICR) and made only once, even though
update() is called multiple times.
T.