pull/32571/head
Shane Smiskol 1 year ago
parent 8967938e2f
commit 4f223bcf70
  1. 2
      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);

Loading…
Cancel
Save