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 (-2 lines)
Lines 68-75 Link Here
68
		lineWidth = (int)lineAttributes.width;
68
		lineWidth = (int)lineAttributes.width;
69
		lineStyle = lineAttributes.style;
69
		lineStyle = lineAttributes.style;
70
		lastLineWidth = lineWidth;
70
		lastLineWidth = lineWidth;
71
72
		setOpaque(false);
73
	}
71
	}
74
	
72
	
75
	/**
73
	/**

Return to bug 283408