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
715a32b1
Commit
715a32b1
authored
Sep 03, 2017
by
SergeyLuzyanin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
redraw notes on spellcheck on/off
parent
3a7c0e91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
slide/api.js
slide/api.js
+8
-3
No files found.
slide/api.js
View file @
715a32b1
...
...
@@ -5401,9 +5401,14 @@ background-repeat: no-repeat;\
{
if
(
editor
.
WordControl
.
m_oLogicDocument
)
{
editor
.
WordControl
.
m_oLogicDocument
.
Spelling
.
Use
=
isOn
;
editor
.
WordControl
.
m_oDrawingDocument
.
ClearCachePages
();
editor
.
WordControl
.
m_oDrawingDocument
.
FirePaint
();
var
_presentation
=
editor
.
WordControl
.
m_oLogicDocument
;
_presentation
.
Spelling
.
Use
=
isOn
;
var
_drawing_document
=
editor
.
WordControl
.
m_oDrawingDocument
;
_drawing_document
.
ClearCachePages
();
_drawing_document
.
FirePaint
();
if
(
_presentation
.
Slides
[
_presentation
.
CurPage
]
&&
_presentation
.
Slides
[
_presentation
.
CurPage
].
notes
){
_drawing_document
.
Notes_OnRecalculate
(
_presentation
.
CurPage
,
_presentation
.
Slides
[
_presentation
.
CurPage
].
NotesWidth
,
_presentation
.
Slides
[
_presentation
.
CurPage
].
getNotesHeight
());
}
}
};
...
...
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