Skip to content

Commit 8740e57

Browse files
author
soheil_h_y
committed
1. Combo's IE right to left bug solved!
1 parent 7953710 commit 8740e57

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2616,6 +2616,7 @@ protected boolean SetWindowPos(Object hWnd, Object hWndInsertAfter, int X, int Y
26162616
}
26172617
if((style & SWT.RIGHT_TO_LEFT) != 0){
26182618
dropDownButton.style.left = 1 + "px";
2619+
dropDownButton.style.right = "auto";
26192620
}
26202621

26212622
OS.updateArrowSize(dropDownButton.childNodes[0], SWT.DOWN, 16, cy);

0 commit comments

Comments
 (0)