PL-10721 Desktop client: a checkbox is available to edit when the field group is not editable

This commit is contained in:
Gleb Gorelov 2018-04-23 16:38:00 +04:00
parent 7a194e3f42
commit 216ac477ff

View File

@ -177,7 +177,7 @@ public class DesktopCheckBox extends DesktopAbstractField<JCheckBox> implements
@Override
protected void setEditableToComponent(boolean editable) {
updateEnabled();
impl.setEnabled(editable && isEnabledWithParent());
}
@Override