Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Wrong Drawing of Themed TElDateTimePicker-Control

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

Sign In or Register to comment.