diff --git a/selfdrive/ui/qt/maps/map.cc b/selfdrive/ui/qt/maps/map.cc index 07e137e547..e5ac5480fb 100644 --- a/selfdrive/ui/qt/maps/map.cc +++ b/selfdrive/ui/qt/maps/map.cc @@ -23,7 +23,7 @@ MapWindow::MapWindow(const QMapLibre::Settings &settings) : m_settings(settings) QObject::connect(uiState(), &UIState::uiUpdate, this, &MapWindow::updateState); reinit_timer.setSingleShot(true); - QObject::connect(&reinit_timer, &QTimer::timeout, this, &MapWindow::initializeGL); + QObject::connect(&reinit_timer, &QTimer::timeout, this, &MapWindow::initializeGL); map_overlay = new QWidget (this); map_overlay->setAttribute(Qt::WA_TranslucentBackground, true);