switched off FastSolidPath way of rendering paths.

This commit is contained in:
rachytski 2012-10-11 16:10:50 +03:00 committed by Alex Zolotarev
parent 38bbac73c2
commit 14967d958d
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ TilingRenderPolicyMT::TilingRenderPolicyMT(Params const & p)
dp.m_visualScale = VisualScale();
dp.m_useGuiResources = true;
dp.m_isSynchronized = false;
dp.m_fastSolidPath = false;
dp.m_fastSolidPath = true;
m_drawer.reset(new DrawerYG(dp));

View file

@ -154,7 +154,7 @@ TilingRenderPolicyST::TilingRenderPolicyST(Params const & p)
dp.m_visualScale = VisualScale();
dp.m_useGuiResources = true;
dp.m_isSynchronized = false;
dp.m_fastSolidPath = false;
dp.m_fastSolidPath = true;
// p.m_isDebugging = true;
m_drawer.reset(new DrawerYG(dp));