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

Collapse All | Expand All

(-)examples/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPart.java (-2 / +2 lines)
Lines 47-54 Link Here
47
AccessibleEditPart acc;
47
AccessibleEditPart acc;
48
48
49
public static final Color
49
public static final Color
50
	alive = new Color(Display.getDefault(),0,74,168),
50
	alive = new Color(Display.getDefault(),0,150,50),
51
	dead  = new Color(Display.getDefault(),0,0,0);
51
	dead  = new Color(Display.getDefault(),250,0,0);
52
52
53
public void activate(){
53
public void activate(){
54
	super.activate();
54
	super.activate();

Return to bug 239499