/[classpath]/classpath/javax/swing/text/BoxView.java
ViewVC logotype

Diff of /classpath/javax/swing/text/BoxView.java

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

revision 1.9 by rabbit78, Thu Oct 20 18:34:42 2005 UTC revision 1.10 by rabbit78, Mon Nov 14 12:04:11 2005 UTC
# Line 307  public class BoxView Line 307  public class BoxView
307        {        {
308          copy.setBounds(inside);          copy.setBounds(inside);
309          childAllocation(i, copy);          childAllocation(i, copy);
310          if (!copy.isEmpty())          if (!copy.isEmpty()
311                && g.hitClip(copy.x, copy.y, copy.width, copy.height))
312            paintChild(g, copy, i);            paintChild(g, copy, i);
313        }        }
314    }    }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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