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 185760
Collapse All | Expand All

(-)projection/org/eclipse/jface/text/source/projection/ProjectionViewer.java (+3 lines)
Lines 1441-1446 Link Here
1441
1441
1442
				if (redraws()) {
1442
				if (redraws()) {
1443
					selection= getSelectedRange();
1443
					selection= getSelectedRange();
1444
					if (exposeModelRange(new Region(selection.x, selection.y)))
1445
						return;
1446
					
1444
					if (selection.y == 0)
1447
					if (selection.y == 0)
1445
						copyMarkedRegion(true);
1448
						copyMarkedRegion(true);
1446
					else
1449
					else

Return to bug 185760