Fix is_rhd param name in map.cc (#25464)

pull/25475/head
eFini 3 years ago committed by GitHub
parent 96f8d3acd5
commit 1de8ad891b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/qt/maps/map.cc

@ -361,7 +361,7 @@ void MapWindow::offroadTransition(bool offroad) {
} }
MapInstructions::MapInstructions(QWidget * parent) : QWidget(parent) { MapInstructions::MapInstructions(QWidget * parent) : QWidget(parent) {
is_rhd = Params().getBool("IsRHD"); is_rhd = Params().getBool("IsRhdDetected");
QHBoxLayout *main_layout = new QHBoxLayout(this); QHBoxLayout *main_layout = new QHBoxLayout(this);
main_layout->setContentsMargins(11, 50, 11, 11); main_layout->setContentsMargins(11, 50, 11, 11);
{ {

Loading…
Cancel
Save