/[classpath]/classpath/gnu/java/awt/AWTUtilities.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/AWTUtilities.java

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

revision 1.5.2.1 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.5.2.2 by gnu_andrew, Tue Sep 20 18:46:23 2005 UTC
# Line 592  public class AWTUtilities Line 592  public class AWTUtilities
592    
593      if (destination == null)      if (destination == null)
594        destination = getRoot(source);        destination = getRoot(source);
595        
596      convertPointToScreen(pt, source);      if (source.isShowing() && destination.isShowing())
597      convertPointFromScreen(pt, destination);        {
598            convertPointToScreen(pt, source);
599            convertPointFromScreen(pt, destination);
600          }
601    
602      return pt;      return pt;
603    }    }

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

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