Commit 562c970d authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

отрисовка без картиночного кэша

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62343 954022d7-b5bf-4e40-9824-e11837661b57
parent e2ebfe40
......@@ -962,6 +962,10 @@ HRESULT CGraphicsRenderer::DrawImageFromFile(const std::wstring& bstrVal, const
{
pCacheImage = m_pCache->Lock(bstrVal);
}
else
{
pCacheImage = new CCacheImage(bstrVal);
}
if (NULL != pCacheImage)
{
......
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