mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 21:09:30 +02:00
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:
parent
b0513d9031
commit
e9746d8dd0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user