Qt6: disable Qt lib autocomplete of QComboBox, LCL does autocomplete. issue #41432

(cherry picked from commit 0a6df5f238)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
This commit is contained in:
Željan Rikalo 2025-02-14 22:49:24 +00:00 committed by Željan Rikalo
parent b0513d9031
commit e9746d8dd0

View File

@ -11201,6 +11201,7 @@ begin
QObject_disconnect(FLineEdit.Widget, '2returnPressed()', Widget, '1_q_returnPressed()');
FLineEdit.ChildOfComplexWidget := ccwComboBox;
FLineEdit.AttachEvents;
QComboBox_setCompleter(QComboBoxH(Widget), nil);
end;
end;
Result := FLineEdit;