diff --git a/selfdrive/ui/qt/sidebar.cc b/selfdrive/ui/qt/sidebar.cc index eeb163aa1..212f19562 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) {