Open RicardoBer opened 8 years ago
This feature only works on the default Windows style, hence the "glass". VCL Styles do not support this, because the Windows drawing is completely overwritten. If anything, this is a VCL Styles bug, not a TChromeTabs bug.
I try with this code in Form create
TStyleManager.TrySetStyle('Carbon'); TChromeTabsGlassForm(Self).ChromeTabs := ChromeTabs1; TStyleManager.FormBorderStyle:=fbsSystemStyle;
So the form border is glass on win7 for example and is not themed, but TChromeTabs pain obscure background.