diff --git a/selfdrive/ui/qt/onroad.cc b/selfdrive/ui/qt/onroad.cc index 1ee0b93d2f..17927f668c 100644 --- a/selfdrive/ui/qt/onroad.cc +++ b/selfdrive/ui/qt/onroad.cc @@ -836,7 +836,7 @@ void AnnotatedCameraWidget::drawHud(QPainter &p) { } // Stand Still Timer - if (standStillTimer && standStill) { + if (standStillTimer && standStill && !mapVisible) { drawStandstillTimer(p, rect().right() - 650, 30 + 160 + 250); }