Hi,
This is because GDI+ is used. When you want to switch to GDI, you can use the following code:
TTMSFNCTabSetOpen(TMSFNCTabSet1).NativeCanvas := False;
Yet, this will also disable anti-aliasing on rounded corners of the tabs
Hi,
TTMSFNCTabSetOpen(TMSFNCTabSet1).NativeCanvas := False;