diff --git a/platform/lang-impl/src/com/intellij/codeInspection/ex/GlobalInspectionContextImpl.java b/platform/lang-impl/src/com/intellij/codeInspection/ex/GlobalInspectionContextImpl.java index c31a636a0056..ad5177524678 100644 --- a/platform/lang-impl/src/com/intellij/codeInspection/ex/GlobalInspectionContextImpl.java +++ b/platform/lang-impl/src/com/intellij/codeInspection/ex/GlobalInspectionContextImpl.java @@ -799,6 +799,9 @@ public class GlobalInspectionContextImpl extends GlobalInspectionContextBase imp getPresentation(toolWrapper).finalCleanup(); } } + if (myView != null) { + myView.getTree().setPaintBusy(false); + } super.cleanup(); }