TAdvTouchSpinEdit 1.3.1.0 questions

When I set AdvTouchSpinEdit.BorderStyle := bsNone then the Border Color becomes RED at run-time:

image

Why?

Also, when EditAlign = eaCenter then the alignment is rather on the right side as you can see from the above screenshot.

Why?

The same alignment inaccuracy can also be found in TAdvSpinEdit 1.9.3.3, where the alignment is leaning slightly to the left although EditAlign = eaCenter.

  1. We fixed the border color issue.
  2. We set for the Windows EDIT control class used the alignment to center, it is Windows that sets the actual center position.