mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 13:19:21 +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,8 +7566,10 @@ begin
|
|||||||
not getEditable) then
|
not getEditable) then
|
||||||
begin
|
begin
|
||||||
if not FDropListVisibleInternal then
|
if not FDropListVisibleInternal then
|
||||||
TCustomComboBox(LCLObject).IntfGetItems;
|
TCustomComboBox(LCLObject).IntfGetItems
|
||||||
end;
|
else
|
||||||
|
Result := inherited EventFilter(Sender, Event);
|
||||||
|
end else
|
||||||
Result := inherited EventFilter(Sender, Event);
|
Result := inherited EventFilter(Sender, Event);
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user