inspection tool window: clear view busy status if canceled

This commit is contained in:
Dmitry Batkovich
2016-02-26 17:24:10 +03:00
parent c75f3c9e67
commit d7dc5bd423
@@ -799,6 +799,9 @@ public class GlobalInspectionContextImpl extends GlobalInspectionContextBase imp
getPresentation(toolWrapper).finalCleanup();
}
}
if (myView != null) {
myView.getTree().setPaintBusy(false);
}
super.cleanup();
}