Fixed displaying of API marks

This commit is contained in:
r.kuznetsov 2015-12-31 12:40:08 +03:00
parent c18f7a7141
commit 842b03ce4b

View file

@ -1367,7 +1367,6 @@ bool Framework::ShowMapForURL(string const & url)
// set up controller guard to show api marks
{
UserMarkControllerGuard guard(m_bmManager, UserMarkType::API_MARK);
guard.m_controller.Clear();
guard.m_controller.SetIsVisible(true);
guard.m_controller.SetIsDrawable(true);
}