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

(-)src/org/eclipse/draw2d/Polyline.java (-5 lines)
Lines 140-148 Link Here
140
	public void setTolerance(int tolerance) {
140
	public void setTolerance(int tolerance) {
141
		this.tolerance = tolerance;
141
		this.tolerance = tolerance;
142
	}
142
	}
143
144
	public void repaint() {
145
		bounds = null;
146
		super.repaint();
147
	}
148
}
143
}

Return to bug 321451