SSR: hide scope panel in inspection settings

This commit is contained in:
Bas Leijdekkers
2018-11-09 15:59:53 +01:00
parent 50e26d0614
commit be8e56a4c5
@@ -344,7 +344,7 @@ public class StructuralSearchDialog extends DialogWrapper {
myScopePanel.setScopeConsumer(scope -> initiateValidation());
}
else {
myScopePanel.setEnabled(false);
myScopePanel.setVisible(false);
}
myFilterPanel = new FilterPanel(getProject(), StructuralSearchUtil.getProfileByFileType(myFileType), getDisposable());