mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 14:59:11 +02:00
Qt: do not ignore TQtListWidget events if it's part of TQtComboBox
git-svn-id: trunk@24140 -
This commit is contained in:
parent
458567979d
commit
bb59f395e3
@ -7389,8 +7389,6 @@ begin
|
||||
QCoreApplication_postEvent(Sender, ev);
|
||||
end;
|
||||
QEventHideToParent: TQtComboBox(FOwner).SlotDropListVisibility(False);
|
||||
else
|
||||
QEvent_ignore(Event);
|
||||
end;
|
||||
end else
|
||||
Result:=inherited EventFilter(Sender, Event);
|
||||
|
Loading…
Reference in New Issue
Block a user