提交 47136937 编写于 作者: S Serge Rider

#5906 Combo editor: disable external focus listener


Former-commit-id: 5470415e
上级 9eb636d4
......@@ -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.
先完成此消息的编辑!
想要评论请 注册