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,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