Skip to content
Snippets Groups Projects
Commit 031a1593 authored by Simon Barner's avatar Simon Barner
Browse files

- selectionChanged(): Clear annotationSpecColumns map in order to ensure redraw of columns

parent 6dd43c6f
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ public class GenericAnnotationView extends AnnotationViewPartBase {
while(tableViewer.getTable().getColumnCount() > 1) {
tableViewer.getTable().getColumn(1).dispose();
}
annotationSpecColumns.clear();
/*
* Create a column for each annotation specification provided by any AnnotationEntry. There
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment