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
61bc5e2f
Commit
61bc5e2f
authored
8 years ago
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
попрвлено зацикливание.
parent
3abf6968
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
slide/Drawing/Transitions.js
slide/Drawing/Transitions.js
+8
-11
No files found.
slide/Drawing/Transitions.js
View file @
61bc5e2f
...
@@ -3147,19 +3147,16 @@ function CDemonstrationManager(htmlpage)
...
@@ -3147,19 +3147,16 @@ function CDemonstrationManager(htmlpage)
if
(
!
_is_transition
)
if
(
!
_is_transition
)
this
.
SlideNum
++
;
this
.
SlideNum
++
;
if
(
this
.
SlideNum
>=
this
.
SlidesCount
)
if
(
this
.
HtmlPage
.
m_oApi
.
WordControl
.
m_oLogicDocument
.
isLoopShowMode
()
&&
(
this
.
SlideNum
>=
this
.
SlidesCount
))
this
.
SlideNum
=
0
;
if
(
this
.
SlideNum
>
this
.
SlidesCount
)
this
.
End
();
else
{
{
if
(
this
.
HtmlPage
.
m_oApi
.
WordControl
.
m_oLogicDocument
.
isLoopShowMode
())
this
.
HtmlPage
.
m_oApi
.
sync_DemonstrationSlideChanged
(
this
.
SlideNum
);
this
.
SlideNum
=
0
;
this
.
StartSlide
(
!
_is_transition
,
false
);
else
{
this
.
End
();
return
;
}
}
}
this
.
HtmlPage
.
m_oApi
.
sync_DemonstrationSlideChanged
(
this
.
SlideNum
);
this
.
StartSlide
(
!
_is_transition
,
false
);
}
}
this
.
PrevSlide
=
function
()
this
.
PrevSlide
=
function
()
...
...
This diff is collapsed.
Click to expand it.
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