hi, On Mon, 2005-10-10 at 12:35 +0000, Roman Kennke wrote: > 2005-10-10 Roman Kennke <[EMAIL PROTECTED]> > > * javax/swing/JComponent.java > (paintChildren): Skip children if their clip _doesn't_ hit the > current clip. > [...] > if (g.hitClip(bounds.x, bounds.y, bounds.width, bounds.height)) > continue;
So this should be !g.hitClip(). That is what you committed, so CVS is OK. Cheers, Mark
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
