Hi,
please add
// DW: Set Initial Color to avoid drawing with disablec font color
Canvas.Font.Color := FPageControl.Font.Color;
in Methode
TElTab.DrawTabContents
We got the problem that sometimes a enabled tab is drawn with disabled color when you some pages are disabled.
Comments