[editor] changing default name automatically fix.

This commit is contained in:
Arsentiy Milchakov 2018-03-01 16:04:37 +03:00 committed by Aleksandr Zatsepin
parent bd67563081
commit 65c404f0dc

View file

@ -1,7 +1,6 @@
#include "indexer/editable_map_object.hpp"
#include "indexer/classificator.hpp"
#include "indexer/cuisines.hpp"
#include "indexer/osm_editor.hpp"
#include "indexer/postcodes_matcher.hpp"
#include "base/control_flow.hpp"
@ -327,7 +326,7 @@ void EditableMapObject::SetName(string name, int8_t langCode)
return;
}
if (!name.empty() && !Editor::Instance().OriginalFeatureHasDefaultName(GetID()))
if (!name.empty() && !m_name.HasString(StringUtf8Multilang::kDefaultCode))
{
const auto mwmInfo = GetID().m_mwmId.GetInfo();