radio buttons & clearlooks

when using the Clearlooks theme with gtk-osx, radiobuttons do not render at all. they would draw a filled circle surrounded by a thin outline. Anybody got any immediate insights why this should be failing (all other aspects of Clearlooks appear OK). Thanks.

they also render just fine

they also render just fine without clearlooks, of course.

I just tried with a minimal

I just tried with a minimal app just drawing a radiobutton and it seemed fine here. I don't have the most recent update from gtk-engines though. Note that gtk-engines have other issues, since it uses operations that cairo don't support on quartz, leading to asserts.

See my comment

See my comment at
http://bugzilla.gnome.org/show_bug.cgi?id=474271
There's a small chance that the missing clip origin being ignored may cause wrong masking.

Update: Wrong assumption, besides radiobuttons worked fine for me before, must be something else then.