From: "Dag �yvind Liodden" <[EMAIL PROTECTED]>
> There's a problem with composites (they are really screwed up). Changing
>
>     protected void registerWidgetTag(String name, Class widgetClass) {
>         registerWidgetTag(name, widgetClass, SWT.DEFAULT);
>     }
> to
>
>     protected void registerWidgetTag(String name, Class widgetClass) {
>         registerWidgetTag(name, widgetClass, SWT.NULL);
>     }
>
> fixes it. Dunno what effect this has on the other widgets but it seems to
> work OK. In the docs I've seen, they use NULL instead of DEFAULT. Could
> you please update it?

Sure, now committed in CVS. If you find any widget that should have a better
default style, just say and I'll updated it.

James
-------
http://radio.weblogs.com/0112098/

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to