using "placemark-red" instead of "placemark" for showing search results.

This commit is contained in:
rachytski 2012-08-27 18:30:09 +03:00 committed by Alex Zolotarev
parent fa2d60400c
commit ad4b6a0153

View file

@ -587,7 +587,7 @@ void Framework::DrawAdditionalInfo(shared_ptr<PaintEvent> const & e)
m_informationDisplay.doDraw(pDrawer);
if (m_drawPlacemark)
m_informationDisplay.drawPlacemark(pDrawer, "placemark", m_navigator.GtoP(m_placemark));
m_informationDisplay.drawPlacemark(pDrawer, "placemark-red", m_navigator.GtoP(m_placemark));
for (size_t i = 0; i < m_bookmarks.size(); ++i)
if (m_bookmarks[i]->IsVisible())