Subject TIB_ComboBoxEnh alignment
Author

Mr Geoff,

At Telesis_IB_ComboBoxEnh.pas, I see the next code:


  if FDisplayCol <> nil then

  begin

    case FDisplayCol.CharCase of

    ......

    ......

    if Alignment <> FDisplayCol.Alignment then ------->testing for empty?

      Alignment := FDisplayCol.Alignment;


Even when the FDisplayCol.Alignment is empty , I lose the design time alignment setting to Tib_ComboboxEnh.

What do you think of testing for empty FDisplayCol.Alignment before to change the design time alignment?


Regards, 

Luiz