[guides on map] Review fix.

This commit is contained in:
Daria Volvenkova 2020-05-19 15:08:05 +03:00 committed by Arsentiy Milchakov
parent 71ad703d71
commit ac9ed612a2

View file

@ -2448,9 +2448,6 @@ void Framework::ActivateMapSelection(std::optional<place_page::Info> const & inf
m_onPlacePageOpen();
else
LOG(LWARNING, ("m_onPlacePageOpen has not been set up."));
if (info->GetSelectedObject() == df::SelectionShape::OBJECT_GUIDE)
m_guidesManager.OnGuideSelected();
}
void Framework::DeactivateMapSelection(bool notifyUI)