mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
EA-268518 run configurations: fix NPE on requesting to update warning
GitOrigin-RevId: a220c36503f586ab43311b605e6ef88fbc958036
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9d1616a813
commit
6353a81abb
@@ -153,7 +153,7 @@ public final class SingleConfigurationConfigurable<Config extends RunConfigurati
|
||||
|
||||
void requestToUpdateWarning() {
|
||||
myValidationRequested = false;
|
||||
if (isInplaceValidationSupported()) return;
|
||||
if (myComponent == null || isInplaceValidationSupported()) return;
|
||||
|
||||
addValidationRequest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user