mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
parent
9f266ac1e0
commit
05492a89e6
@ -224,7 +224,7 @@ bool LocationCompleterView::eventFilter(QObject* object, QEvent* event)
|
||||
|
||||
case QEvent::FocusOut: {
|
||||
QFocusEvent *focusEvent = static_cast<QFocusEvent*>(event);
|
||||
if (focusEvent->reason() != Qt::PopupFocusReason) {
|
||||
if (focusEvent->reason() != Qt::PopupFocusReason && focusEvent->reason() != Qt::MouseFocusReason) {
|
||||
close();
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user