From 34db65aad058af0c7d4af9703fb193ea3336c65b Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Fri, 23 Jun 2023 07:31:05 +0800 Subject: [PATCH] ui/map_settings: remove repaint (#28642) old-commit-hash: e8db988f2a40716bca2cf1767ddb7b589274dfc4 --- selfdrive/ui/qt/maps/map_settings.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/qt/maps/map_settings.cc b/selfdrive/ui/qt/maps/map_settings.cc index e9c8dcfcbd..e95244c574 100644 --- a/selfdrive/ui/qt/maps/map_settings.cc +++ b/selfdrive/ui/qt/maps/map_settings.cc @@ -218,7 +218,6 @@ void MapSettings::refresh() { } destinations_layout->addStretch(); - repaint(); } void MapSettings::navigateTo(const QJsonObject &place) {