View | Details | Raw Unified | Return to bug 278265
Collapse All | Expand All

(-)Eclipse SWT/cocoa/org/eclipse/swt/widgets/Canvas.java (-1 / +1 lines)
Lines 265-271 Link Here
265
}
265
}
266
266
267
boolean isOpaque (int /*long*/ id, int /*long*/ sel) {
267
boolean isOpaque (int /*long*/ id, int /*long*/ sel) {
268
	if (context != null) return true;
268
	if (id == view.id && context != null) return true;
269
	return super.isOpaque(id, sel);
269
	return super.isOpaque(id, sel);
270
}
270
}
271
271

Return to bug 278265