Skip to content

Commit 01c28e1

Browse files
author
zhourenjian
committed
Fixed bug that Combo's droplist box is not closed when the Combo widget lose focus
1 parent 44b21ce commit 01c28e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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
@@ -709,7 +709,7 @@ public void run() {
709709
hide();
710710
}
711711
};
712-
Clazz.addEvent(selectInput, "blue", hTextBlur);
712+
Clazz.addEvent(selectInput, "blur", hTextBlur);
713713

714714
hTextMouseUp = new RunnableCompatibility() {
715715
public void run() {

0 commit comments

Comments
 (0)