mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
Qt: eat QtKeyF4 over combobox since it opens combo list by default with qt. fixes #17023
git-svn-id: trunk@26797 -
This commit is contained in:
parent
5f4f03d6e9
commit
62be1c21cc
@ -7566,9 +7566,11 @@ begin
|
||||
not getEditable) then
|
||||
begin
|
||||
if not FDropListVisibleInternal then
|
||||
TCustomComboBox(LCLObject).IntfGetItems;
|
||||
end;
|
||||
Result := inherited EventFilter(Sender, Event);
|
||||
TCustomComboBox(LCLObject).IntfGetItems
|
||||
else
|
||||
Result := inherited EventFilter(Sender, Event);
|
||||
end else
|
||||
Result := inherited EventFilter(Sender, Event);
|
||||
end;
|
||||
else
|
||||
Result := inherited EventFilter(Sender, Event);
|
||||
|
Loading…
Reference in New Issue
Block a user