forked from organicmaps/organicmaps
Call Save in RollBackChanges.
This commit is contained in:
parent
8996684c19
commit
cad96b042b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue