sidebar: call update in offroadTransition (#25856)

old-commit-hash: 90f0f04d2699b3ad85fc980c35719cd95433ee82
This commit is contained in:
Dean Lee
2022-09-21 11:12:22 +08:00
committed by GitHub
parent 8fdfc606c2
commit 42277d6cbe
+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) {