diff --git a/DesktopEditor/Qt_build/test_resources/sdk-all.js b/DesktopEditor/Qt_build/test_resources/sdk-all.js index fb4493d61f..f852632f88 100644 --- a/DesktopEditor/Qt_build/test_resources/sdk-all.js +++ b/DesktopEditor/Qt_build/test_resources/sdk-all.js @@ -13759,7 +13759,7 @@ CopyProcessor.prototype = { case para_Text: //���������� ����������� - var sValue = ParaItem.Value; + var sValue = String.fromCharCode(ParaItem.Value); if(sValue) sRes += CopyPasteCorrectString(sValue); break; @@ -270627,7 +270627,7 @@ CDocument.prototype = { this.TurnOffRecalc = false; - if (bRecalculte) + if (bRecalculate) this.Recalculate(); }, @@ -425678,6 +425678,7 @@ CDrawingDocument.prototype = } case 5: // Press { + this.StartUpdateOverlay(); check_KeyboardEvent_Array(_params, _offset); this.LogicDocument.OnKeyPress(global_keyboardEvent); break;