forked from organicmaps/organicmaps
drawing current scale in Debug.
This commit is contained in:
parent
62a6a54f6f
commit
7a767d18a8
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ void Framework<TModel>::DoPaint(shared_ptr<PaintEvent> const & e)
|
|||
|
||||
m_informationDisplay.setScreen(m_navigator.Screen());
|
||||
|
||||
// m_informationDisplay.setDebugInfo(m_renderQueue.renderState().m_duration, my::rounds(GetCurrentScale()));
|
||||
m_informationDisplay.setDebugInfo(0/*m_renderQueue.renderState().m_duration*/, my::rounds(GetCurrentScale()));
|
||||
|
||||
m_informationDisplay.enableRuler(!IsEmptyModel());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue