Correction to add starters compare view

This commit is contained in:
aboyko
2024-02-13 14:48:44 -05:00
parent 1b9dd1b96c
commit f8b81fb30e

View File

@@ -696,7 +696,7 @@ public class ResourceCompareInput extends CompareEditorInput {
method = TextMergeViewer.class.getDeclaredMethod("copy", boolean.class);
}
method.setAccessible(true);
method.invoke(contentViewer, false);
method.invoke(contentViewer, true);
contentViewer.flush(new NullProgressMonitor());
n.setState(DiffNodeState.ALL);
} catch (Exception e) {