Commit 04437631 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52338 954022d7-b5bf-4e40-9824-e11837661b57
parent c73c0d46
...@@ -85,7 +85,6 @@ CMathRunPrp.prototype = ...@@ -85,7 +85,6 @@ CMathRunPrp.prototype =
setTxtPrp: function(oWPrp) setTxtPrp: function(oWPrp)
{ {
this.textPrp.Merge(oWPrp); this.textPrp.Merge(oWPrp);
}, },
setMathRunPrp: function(oMPrp) setMathRunPrp: function(oMPrp)
{ {
...@@ -6485,14 +6484,16 @@ CMathComposition.prototype = ...@@ -6485,14 +6484,16 @@ CMathComposition.prototype =
{ {
var result = this.Root.selection_Start(X, Y); var result = this.Root.selection_Start(X, Y);
this.SelectContent = result.SelectContent; this.SelectContent = result.SelectContent;
}, },
Selection_SetEnd: function(X, Y, PageNum, MouseEvent) Selection_SetEnd: function(X, Y, PageNum, MouseEvent)
{ {
var result = this.Root.selection_End(X, Y, MouseEvent); var result = this.Root.selection_End(X, Y, MouseEvent);
this.SelectContent = result.SelectContent; this.SelectContent = result.SelectContent;
},
Selection_Draw: function()
{
this.SelectContent.drawSelect();
} }
} }
......
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