Skip to content

Commit 048d1a0

Browse files
author
soheil_h_y
committed
1. setText does not show the text!
1 parent 82b8815 commit 048d1a0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ public void setText (String string, boolean modify) {
19381938
select (index);
19391939
}
19401940
//if (selectInput.selectedIndex != index && index != -1) select (index);
1941-
return;
1941+
// return;
19421942
}
19431943
textInput.readOnly = false;
19441944
textInput.value = string;

0 commit comments

Comments
 (0)