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

(-)src/org/eclipse/jdt/internal/junit/ui/CounterPanel.java (-2 lines)
Lines 75-82 Link Here
75
75
76
		Text value= new Text(this, SWT.READ_ONLY);
76
		Text value= new Text(this, SWT.READ_ONLY);
77
		value.setText(init);
77
		value.setText(init);
78
		// bug: 39661 Junit test counters do not repaint correctly [JUnit]
79
		value.setBackground(getDisplay().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND));
80
		value.setLayoutData(new GridData(GridData.FILL_HORIZONTAL | GridData.HORIZONTAL_ALIGN_BEGINNING));
78
		value.setLayoutData(new GridData(GridData.FILL_HORIZONTAL | GridData.HORIZONTAL_ALIGN_BEGINNING));
81
		return value;
79
		return value;
82
	}
80
	}

Return to bug 340889