Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Crossplatform testing of Glyph

It seems that some recent changes to glyph only work on linux.... here is the stack trace:

java.lang.IllegalArgumentException: Argument not valid
    at org.eclipse.swt.SWT.error(SWT.java:2813)
    at org.eclipse.swt.SWT.error(SWT.java:2752)
    at org.eclipse.swt.SWT.error(SWT.java:2723)
    at org.eclipse.swt.graphics.Image.internal_new_GC(Image.java:1684)
    at org.eclipse.swt.graphics.GC.<init>(GC.java:120)
    at org.eclipse.swt.graphics.GC.<init>(GC.java:87)
at net.refractions.udig.ui.graphics.SWTGraphics.<init>(SWTGraphics.java:73)
    at net.refractions.udig.ui.Drawing.drawDirect(Drawing.java:131)
at net.refractions.udig.ui.graphics.Glyph$5.getImageData(Glyph.java:269) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:169)

I am going to rollback for now - perhaps we should do this as a group and ensure we get our cross platform testing in.

Jody


Back to the top