TsCustomComboBox ComboWndProc

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37667
    Lasse
    Participant

    Is there a some reason for this

    EM_SETSEL: if InUpdating(SkinData) then

    Exit;

    in TsCustomComboBox.ComboWndProc procedure? It causes a combo box text not to be selected (and the cursor is at the beginning of the text) when a form is opened for the first time. TsCustomComboBoxEx does not have it and it works correctly.

    #57343
    Support
    Keymaster

    Some changes will be added in the nearest release for correct work of this message.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.