From 301e894cca513a4580ee45af395fb1ec9feec635 Mon Sep 17 00:00:00 2001 From: Konstantin Bulenkov Date: Sun, 24 Jan 2010 20:17:14 +0300 Subject: [PATCH] NPE fix --- .../com/intellij/openapi/vcs/actions/AnnotationFieldGutter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/vcs-impl/src/com/intellij/openapi/vcs/actions/AnnotationFieldGutter.java b/platform/vcs-impl/src/com/intellij/openapi/vcs/actions/AnnotationFieldGutter.java index 429ede3c7f85..f0fa642f11cc 100644 --- a/platform/vcs-impl/src/com/intellij/openapi/vcs/actions/AnnotationFieldGutter.java +++ b/platform/vcs-impl/src/com/intellij/openapi/vcs/actions/AnnotationFieldGutter.java @@ -105,7 +105,6 @@ class AnnotationFieldGutter implements ActiveAnnotationGutter { myAnnotation.removeListener(myListener); myAnnotation.dispose(); myEditor.getUserData(AnnotateToggleAction.KEY_IN_EDITOR).remove(this); - myColorScheme.clear(); } @Nullable