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:
zeljko 2010-07-24 09:32:06 +00:00
parent 5f4f03d6e9
commit 62be1c21cc

View File

@ -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);