diff --git a/desktop-widgets/locationinformation.cpp b/desktop-widgets/locationinformation.cpp index fea0b93de..1216bde89 100644 --- a/desktop-widgets/locationinformation.cpp +++ b/desktop-widgets/locationinformation.cpp @@ -509,6 +509,9 @@ bool DiveLocationLineEdit::eventFilter(QObject*, QEvent *e) return true; } } + else if (e->type() == QEvent::InputMethod) { + this->inputMethodEvent(static_cast(e)); + } return false; }