forked from organicmaps/organicmaps
[android] Fixed build.
This commit is contained in:
parent
8852c86585
commit
2b2e022a63
1 changed files with 1 additions and 1 deletions
|
@ -2823,7 +2823,7 @@ bool Framework::RollBackChanges(FeatureID const & fid)
|
|||
{
|
||||
if (m_selectedFeature == fid) // reset selected feature since it becomes invalid after rollback
|
||||
m_selectedFeature = FeatureID();
|
||||
auto const & editor = osm::Editor::Instance();
|
||||
auto & editor = osm::Editor::Instance();
|
||||
if (editor.GetFeatureStatus(fid) == osm::Editor::FeatureStatus::Created)
|
||||
DeactivateMapSelection(false);
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue