diff --git a/selfdrive/ui/qt/sidebar.cc b/selfdrive/ui/qt/sidebar.cc index eeb163aa14..212f195625 100644 --- a/selfdrive/ui/qt/sidebar.cc +++ b/selfdrive/ui/qt/sidebar.cc @@ -74,6 +74,7 @@ void Sidebar::mouseReleaseEvent(QMouseEvent *event) { void Sidebar::offroadTransition(bool offroad) { onroad = !offroad; + update(); } void Sidebar::updateState(const UIState &s) {