sidebar: call update in offroadTransition (#25856)

old-commit-hash: 90f0f04d26
taco
Dean Lee 3 years ago committed by GitHub
parent 8fdfc606c2
commit 42277d6cbe
  1. 1
      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) {

Loading…
Cancel
Save