Removed animated slow rendering and Nit picks

Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
This commit is contained in:
kavikhalique
2025-08-02 19:42:27 +05:30
committed by Konstantin Pastbin
parent bb88861256
commit 2684e2b278
14 changed files with 99 additions and 179 deletions

View File

@@ -31,7 +31,7 @@ bool Info::IsBookmark() const
bool Info::ShouldShowAddPlace() const
{
auto const isPointOrBuilding = IsPointType() || IsBuilding();
return !(IsFeature() && isPointOrBuilding);
return !IsTrack() && !(IsFeature() && isPointOrBuilding);
}
void Info::SetFromFeatureType(FeatureType & ft)