mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 08:52:05 +08:00
sidebar: call update in offroadTransition (#25856)
This commit is contained in:
@@ -74,6 +74,7 @@ void Sidebar::mouseReleaseEvent(QMouseEvent *event) {
|
||||
|
||||
void Sidebar::offroadTransition(bool offroad) {
|
||||
onroad = !offroad;
|
||||
update();
|
||||
}
|
||||
|
||||
void Sidebar::updateState(const UIState &s) {
|
||||
|
||||
Reference in New Issue
Block a user