|
|
|
@ -150,11 +150,7 @@ public class AlphaFineConfigPane extends BasicPane {
|
|
|
|
|
UICheckBox[] checkBoxes = new UICheckBox[]{productDynamicsCheckbox, containTemplateShopCheckbox, containDocumentCheckbox, containPluginCheckbox, containActionCheckbox, containMyTemplateCheckbox}; |
|
|
|
|
for (UICheckBox box : checkBoxes) { |
|
|
|
|
box.addActionListener((e)->{ |
|
|
|
|
if (!hasSelectedSearchRangeCheckBox()) { |
|
|
|
|
customSortLabel.setEnabled(false); |
|
|
|
|
} else { |
|
|
|
|
customSortLabel.setEnabled(true); |
|
|
|
|
} |
|
|
|
|
customSortLabel.setEnabled(hasSelectedSearchRangeCheckBox()); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
return components; |
|
|
|
|