From 4e820d34f977782ac363ea899e9e2f3e5bd472cd Mon Sep 17 00:00:00 2001 From: Dmitry Batkovich Date: Mon, 14 Mar 2016 17:01:01 +0300 Subject: [PATCH] inspection tool window: view added but no updated if unused presentation is run --- .../intellij/codeInspection/ex/GlobalInspectionContextImpl.java | 1 + 1 file changed, 1 insertion(+) 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 e46a683aa3db..909361a11d1f 100644 --- a/platform/lang-impl/src/com/intellij/codeInspection/ex/GlobalInspectionContextImpl.java +++ b/platform/lang-impl/src/com/intellij/codeInspection/ex/GlobalInspectionContextImpl.java @@ -353,6 +353,7 @@ public class GlobalInspectionContextImpl extends GlobalInspectionContextBase imp } } else if (view != null) { + view.update(); addView(view); } if (myView != null) {