mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
SSR: hide scope panel in inspection settings
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user