Commit 00d63a2c authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

отрисовка слайда огромных размеров (когда он не закеширован), с "выезжающими" bounds

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60024 954022d7-b5bf-4e40-9824-e11837661b57
parent e90a205b
......@@ -5169,10 +5169,10 @@ function CSlideDrawer()
g.m_oFontManager = g_fontManager;
if (this.m_oWordControl.bIsRetinaSupport)
g.IsRetina = 2;
g.IsRetina = true;
g.m_oCoordTransform.tx = _x;
g.m_oCoordTransform.ty = _y;
g.m_oCoordTransform.tx = _x - _bounds.min_x;
g.m_oCoordTransform.ty = _y - _bounds.min_y;
g.transform(1,0,0,1,0,0);
if (this.m_oWordControl.m_oApi.isViewMode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment