提交 5470415e 编写于 作者: S Serge Rider

#5906 Combo editor: disable external focus listener

上级 b81486b0
......@@ -123,6 +123,11 @@ public class CustomComboBoxCellEditor extends ComboBoxCellEditor {
return 0;
}
@Override
protected boolean dependsOnExternalFocusListener() {
return false;
}
@Override
protected void focusLost() {
Control newFocus = getControl().getDisplay().getFocusControl();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册