We have removed following lines to get correct Drawing of Border (TElDateTimePicker.DrawFlatBorder)
(*if LMDSIWindowsVistaUp then
LMDThemeServices.DrawElement(UseThemeMode, DC, GetThemedElementDetails, R)
else*)
LMDThemeServices.DrawElement(UseThemeMode, DC, teEditDontCare, R);
Can you check this if this causes other problems
Comments