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 283408 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/draw2d/Shape.java (-1 / +2 lines)
Lines 56-62 Link Here
56
	 * @since 2.0
56
	 * @since 2.0
57
	 */
57
	 */
58
	public Shape() {
58
	public Shape() {
59
		setOpaque(false);
60
		lineAttributes = new LineAttributes(1.0f);
59
		lineAttributes = new LineAttributes(1.0f);
61
		fill = true;
60
		fill = true;
62
		outline = true;
61
		outline = true;
Lines 69-74 Link Here
69
		lineWidth = (int)lineAttributes.width;
68
		lineWidth = (int)lineAttributes.width;
70
		lineStyle = lineAttributes.style;
69
		lineStyle = lineAttributes.style;
71
		lastLineWidth = lineWidth;
70
		lastLineWidth = lineWidth;
71
72
		setOpaque(false);
72
	}
73
	}
73
	
74
	
74
	/**
75
	/**

Return to bug 283408