Commit 4096e802 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=26616 - [Copy&Paste] Вставка изображений и...

http://bugzserver/show_bug.cgi?id=26616 -  [Copy&Paste] Вставка изображений и таблиц и web страниц происходит с сильным искажением размера

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58426 954022d7-b5bf-4e40-9824-e11837661b57
parent 4a41be49
...@@ -5693,12 +5693,13 @@ PasteProcessor.prototype = ...@@ -5693,12 +5693,13 @@ PasteProcessor.prototype =
dScaleKoef = dScaleKoef * this.dMaxWidth / nWidth; dScaleKoef = dScaleKoef * this.dMaxWidth / nWidth;
bUseScaleKoef = true; bUseScaleKoef = true;
} }
if(bUseScaleKoef) //закомментировал, потому что при вставке получаем изображения измененного размера
/*if(bUseScaleKoef)
{ {
var dTemp = nWidth; var dTemp = nWidth;
nWidth *= dScaleKoef; nWidth *= dScaleKoef;
nHeight *= dScaleKoef; nHeight *= dScaleKoef;
} }*/
var oTargetDocument = this.oDocument; var oTargetDocument = this.oDocument;
var oDrawingDocument = this.oDocument.DrawingDocument; var oDrawingDocument = this.oDocument.DrawingDocument;
if(oTargetDocument && oDrawingDocument) if(oTargetDocument && oDrawingDocument)
......
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