sidebar: call update in offroadTransition (#25856)

This commit is contained in:
Dean Lee
2022-09-21 11:12:22 +08:00
committed by GitHub
parent e29988ab7b
commit 90f0f04d26
+1
View File
@@ -74,6 +74,7 @@ void Sidebar::mouseReleaseEvent(QMouseEvent *event) {
void Sidebar::offroadTransition(bool offroad) {
onroad = !offroad;
update();
}
void Sidebar::updateState(const UIState &s) {