Skip to content

Commit f208869

Browse files
author
soheil_h_y
committed
1. Setting dir property is set again.
1 parent fd9420a commit f208869

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@ void checkOrientation (Widget parent) {
418418
protected void _updateOrientation(){
419419
if((style & SWT.RIGHT_TO_LEFT) != 0){
420420
handle.style.direction = "rtl";
421+
}else{
422+
handle.style.direction = "ltr";
421423
}
422424
}
423425
void checkOpened () {

0 commit comments

Comments
 (0)