Set fastSolidPath to true in iPhone's render policy a fix visual bug in ruler.

This commit is contained in:
Yury Melnichek 2012-10-14 15:21:43 +02:00 committed by Alex Zolotarev
parent d9c867e0c6
commit 2b9ccd15d9

View file

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