sidebar: call update in offroadTransition (#25856)

pull/25860/head
Dean Lee 3 years ago committed by GitHub
parent e29988ab7b
commit 90f0f04d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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