diff --git a/indexer/osm_editor.cpp b/indexer/osm_editor.cpp index 9efdf432f0..d09791658f 100644 --- a/indexer/osm_editor.cpp +++ b/indexer/osm_editor.cpp @@ -475,7 +475,7 @@ bool Editor::RollBackChanges(FeatureID const & fid) RemoveFeatureFromStorageIfExists(fid.m_mwmId, fid.m_index); Invalidate(); - return true; + return Save(GetEditorFilePath()); } void Editor::ForEachFeatureInMwmRectAndScale(MwmSet::MwmId const & id,