/[classpath]/classpath/java/awt/Container.java
ViewVC logotype

Diff of /classpath/java/awt/Container.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by mark, Thu Jul 22 19:45:38 2004 UTC revision 1.36 by mark, Sat Jul 31 15:24:02 2004 UTC
# Line 1863  class LightweightDispatcher implements S Line 1863  class LightweightDispatcher implements S
1863        {        {
1864          candidate =          candidate =
1865            SwingUtilities.getDeepestComponentAt(parent, p.x, p.y);            SwingUtilities.getDeepestComponentAt(parent, p.x, p.y);
1866          if (candidate == null)          if (candidate == null || (candidate.eventMask & me.getID()) == 0)
1867          {          {
1868              candidate = null;
1869            p = SwingUtilities.convertPoint(parent, p.x, p.y, parent.parent);            p = SwingUtilities.convertPoint(parent, p.x, p.y, parent.parent);
1870            parent = parent.parent;            parent = parent.parent;
1871          }          }

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26