Fuzzy tab rendering of TabbedComponent on retina display

Quick question. All my jucer components look razor sharp on the iPhone retina display apart from the TabbedComponent

Any ideas what I am doing wrong?

Interesting - yes, that’s because the tabs use a drop-shadow effect, which is rendered via a temporary image. Not sure what the best way to fix that would be…

Thanks. At least I now know the reason why this happens for when the beautification process begins.

Make the drop-shadow in a temp image then draw the rest of the tab/s over it natively?

Bruce

Yes… bit tricky because the shadow is generated from the image that was rendered containing the subcomponents, so that sort of thing would involve painting everything twice. Will have to have a think.