drawing current scale in Debug.

This commit is contained in:
rachytski 2011-09-26 22:16:09 +03:00 committed by Alex Zolotarev
parent 62a6a54f6f
commit 7a767d18a8

View file

@ -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());