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

(-)src/org/eclipse/jst/pagedesigner/css2/layout/CSSTextFigure.java (-1 / +3 lines)
Lines 25-32 Link Here
25
import org.eclipse.jst.pagedesigner.css2.style.DefaultStyle;
25
import org.eclipse.jst.pagedesigner.css2.style.DefaultStyle;
26
import org.eclipse.jst.pagedesigner.css2.style.StyleUtil;
26
import org.eclipse.jst.pagedesigner.css2.style.StyleUtil;
27
import org.eclipse.jst.pagedesigner.viewer.CaretPositionResolver;
27
import org.eclipse.jst.pagedesigner.viewer.CaretPositionResolver;
28
import org.eclipse.swt.SWT;
28
import org.eclipse.swt.graphics.Color;
29
import org.eclipse.swt.graphics.Color;
29
import org.eclipse.swt.graphics.RGB;
30
import org.eclipse.swt.graphics.RGB;
31
import org.eclipse.swt.widgets.Display;
30
32
31
/**
33
/**
32
 * @author mengbo
34
 * @author mengbo
Lines 174-180 Link Here
174
							.getStyleProperty(
176
							.getStyleProperty(
175
									ICSSPropertyID.ATTR_TEXTDECORATION))
177
									ICSSPropertyID.ATTR_TEXTDECORATION))
176
							.intValue(), range[0], range[1],
178
							.intValue(), range[0], range[1],
177
					ColorConstants.white, ColorConstants.blue);
179
					ColorConstants.white, Display.getDefault().getSystemColor(SWT.COLOR_LIST_SELECTION));
178
		}
180
		}
179
		if (color != result && color != null) {
181
		if (color != result && color != null) {
180
			color.dispose();
182
			color.dispose();

Return to bug 191539