diff --git a/src/libcalamares/utils/Retranslator.cpp b/src/libcalamares/utils/Retranslator.cpp index 9f56dcb3c..d0aa03e83 100644 --- a/src/libcalamares/utils/Retranslator.cpp +++ b/src/libcalamares/utils/Retranslator.cpp @@ -60,7 +60,6 @@ Retranslator::eventFilter( QObject* obj, QEvent* e ) { foreach ( std::function< void() > func, m_retranslateFuncList ) func(); - return true; } } // pass the event on to the base