Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 312893 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/ContentMergeViewer.java (+3 lines)
Lines 1306-1311 Link Here
1306
				}
1306
				}
1307
			}
1307
			}
1308
		}
1308
		}
1309
		if (isSaving() && (isLeftDirty() || isRightDirty())) {
1310
			return; // Do not refresh until saving both sides is complete
1311
		}
1309
		refresh();
1312
		refresh();
1310
	}
1313
	}
1311
1314

Return to bug 312893