Re: [cp-patches] RFC: AWT painting broken?

2005-08-16 Thread Roman Kennke
Am Dienstag, den 16.08.2005, 14:36 +0200 schrieb Jeroen Frijters: Hi, Maybe it's me (I'm always fighting with AWT whenever I work on it), but the recent batch of changes to AWT broke painting for me (using my own peers). I don't pretend to understand how this is supposed to work, so it

RE: [cp-patches] RFC: AWT painting broken?

2005-08-16 Thread Jeroen Frijters
Roman Kennke wrote: Oh sorry, the diff has confused me. It is ok then. Please check it in. Thanks. I've checked it in. Regards, Jeroen 2005-08-16 Jeroen Frijters [EMAIL PROTECTED] * java/awt/Component.java (dispatchEventImpl): Always call peer.handleEvent().

RE: [cp-patches] RFC: AWT painting broken?

2005-08-16 Thread Roman Kennke
Am Dienstag, den 16.08.2005, 15:32 +0200 schrieb Jeroen Frijters: Roman Kennke wrote: No it does not. The method processEvent is only intended to give applications with Component subclasses a chance to process the event. The AWT itself should not do any logic in these methods. Please