ui/map_settings: remove repaint (#28642)

pull/28647/head
Dean Lee 2 years ago committed by GitHub
parent 7783dc602c
commit e8db988f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/ui/qt/maps/map_settings.cc

@ -218,7 +218,6 @@ void MapSettings::refresh() {
}
destinations_layout->addStretch();
repaint();
}
void MapSettings::navigateTo(const QJsonObject &place) {

Loading…
Cancel
Save