Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
cddb60e7
Commit
cddb60e7
authored
Apr 27, 2017
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
be71d4a0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
197 additions
and
177 deletions
+197
-177
word/Drawing/DrawingDocument.js
word/Drawing/DrawingDocument.js
+196
-153
word/Drawing/HtmlPage.js
word/Drawing/HtmlPage.js
+1
-24
No files found.
word/Drawing/DrawingDocument.js
View file @
cddb60e7
This diff is collapsed.
Click to expand it.
word/Drawing/HtmlPage.js
View file @
cddb60e7
...
...
@@ -1674,24 +1674,6 @@ function CEditorPage(api)
oWordControl
.
OnUpdateOverlay
();
}
if
(
!
oWordControl
.
IsUpdateOverlayOnEndCheck
)
{
var
_hoverObj
=
oWordControl
.
m_oDrawingDocument
.
ContentControlObjectHover
;
var
_oldHover
=
{
state
:
_hoverObj
.
state
,
id
:
_hoverObj
.
id
};
_hoverObj
.
check
=
true
;
_hoverObj
.
state
=
0
;
_hoverObj
.
id
=
-
1
;
//oWordControl.m_oLogicDocument.DrawContentControls(pos.Page, pos.X, pos.Y, pos.Page);
_hoverObj
.
check
=
false
;
if
(
_hoverObj
.
state
!=
_oldHover
.
state
||
_hoverObj
.
id
!=
_oldHover
.
id
)
oWordControl
.
OnUpdateOverlay
();
}
oWordControl
.
EndUpdateOverlay
();
};
this
.
onMouseMove2
=
function
()
...
...
@@ -2967,12 +2949,7 @@ function CEditorPage(api)
}
}
var
posMouse
=
drDoc
.
ConvertCoordsFromCursor2
(
global_mouseEvent
.
X
,
global_mouseEvent
.
Y
);
drDoc
.
ContentControlObject
=
null
;
// for (var j = drDoc.m_lDrawingFirst; j <= drDoc.m_lDrawingEnd; j++)
// {
// this.m_oLogicDocument.DrawContentControls(j, posMouse.X, posMouse.Y, posMouse.Page);
// }
drDoc
.
DrawContentControlsTrack
(
overlay
);
if
(
drDoc
.
TableOutlineDr
.
bIsTracked
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment