Skip to content

Commit aff1bef

Browse files
author
soheil_h_y
committed
1. ommiting "System.out"s
1 parent 46fcb32 commit aff1bef

File tree

1 file changed

+0
-2
lines changed
  • sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets

1 file changed

+0
-2
lines changed

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets/Control.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,9 +2078,7 @@ void setBounds (int x, int y, int width, int height, int flags, boolean defer) {
20782078
int tempX = x;
20792079
if(parent != null){
20802080
if((parent.style & SWT.RIGHT_TO_LEFT) != 0){
2081-
System.out.println(this.toString() + " the x " + x + " y " + y + " w " + width + " height " + height);
20822081
x = Math.max(0, parent.getClientArea().width - x - width);
2083-
System.err.println("the x after " + x + " cw " + parent.getClientArea().width);
20842082
}
20852083
}
20862084
Element topHandle = topHandle ();

0 commit comments

Comments
 (0)