Skip to content
Snippets Groups Projects
Commit 14c00bfe authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

RED

refs 2490
parent 66dfad35
No related branches found
No related tags found
No related merge requests found
......@@ -339,6 +339,9 @@ public abstract class AnnotationViewPartBase extends ViewPart implements ISelect
Display.getDefault().asyncExec(new Runnable() {
@Override
public void run() {
// TODO(VA) I will again get insults for this, but the following does the same
// in one line:
// activeInstances.stream().forEach(avp -> avp.forceFullUpdate());
for(AnnotationViewPartBase avp : activeInstances) {
avp.forceFullUpdate();
}
......
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