提交 3f174a0c 编写于 作者: S Serge Rider

Filter value editor (never read-only)

上级 32d1d311
......@@ -71,7 +71,14 @@ class FilterValueEditDialog extends BaseDialog {
attr,
row,
IValueController.EditType.INLINE,
editorPlaceholder);
editorPlaceholder)
{
@Override
public boolean isReadOnly() {
// Filter value is never read-only
return false;
}
};
label.setText(valueController.getBinding().getName() + " " + operator.getStringValue() + " :");
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册