Commit 528f7d11 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent b6ff969c
......@@ -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;
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