mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
GO-8357 allow enabling validation of ComponentValidator externally
GitOrigin-RevId: 0866991e7edc03899916884ed02788d810389045
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0a27194c1c
commit
982c9df5bd
@@ -383,12 +383,16 @@ public class ComponentValidator {
|
||||
if (info != null) {
|
||||
updateInfo(info);
|
||||
} else if (disableValidation) {
|
||||
disableValidation = false;
|
||||
enableValidation();
|
||||
revalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void enableValidation() {
|
||||
disableValidation = false;
|
||||
}
|
||||
|
||||
private class ValidationMouseListener extends MouseAdapter {
|
||||
@Override
|
||||
public void mouseEntered(MouseEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user