Merge pull request #1194 from rokuz/fixed-api-marks

Fixed displaying of API marks
This commit is contained in:
Roman Kuznetsov 2015-12-31 13:12:24 +03:00
commit 7d5d857649

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);
}