KShinku

Results 1 comments of KShinku

There is a workaround: Replace line 763 in org.eclipse.swt.widgets.Widget.drawRect `NSGraphicsContext context = NSGraphicsContext.currentContext();` to `NSGraphicsContext context = new NSGraphicsContext();` But I don't know what side effects it will bring.