Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
9aa075d6
Commit
9aa075d6
authored
Sep 04, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#16820 SRL 拡大した状態でページ遷移を行うとデフォルトの拡大率に戻ってしまいます
parent
852e7c32
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
abvw/js/contentview_CreateObjects.js
+20
-0
No files found.
abvw/js/contentview_CreateObjects.js
View file @
9aa075d6
...
@@ -2035,6 +2035,16 @@ CONTENTVIEW_CREATEOBJECT.Transition.prototype.flipNextPage = function () {
...
@@ -2035,6 +2035,16 @@ CONTENTVIEW_CREATEOBJECT.Transition.prototype.flipNextPage = function () {
COMMON
.
SetEndLog
(
CONTENTVIEW_GENERAL
.
contentID
);
COMMON
.
SetEndLog
(
CONTENTVIEW_GENERAL
.
contentID
);
CONTENTVIEW_EVENTS
.
createLockLayout
(
false
);
CONTENTVIEW_EVENTS
.
createLockLayout
(
false
);
CONTENTVIEW_INITOBJECT
.
initImageCheckMarking
();
CONTENTVIEW_INITOBJECT
.
initImageCheckMarking
();
//#16820
//console.log("tmpScale:" + tmpScale);
if
(
tmpScale
!=
1
)
{
CONTENTVIEW
.
userScale
=
tmpScale
;
CONTENTVIEW
.
changeScale
(
CONTENTVIEW
.
userScale
);
CONTENTVIEW
.
flip
();
CONTENTVIEW
.
checkDisableButtonZoom
();
}
}
}
});
});
}
}
...
@@ -2194,6 +2204,16 @@ CONTENTVIEW_CREATEOBJECT.Transition.prototype.flipPreviousPage = function () {
...
@@ -2194,6 +2204,16 @@ CONTENTVIEW_CREATEOBJECT.Transition.prototype.flipPreviousPage = function () {
COMMON
.
SetEndLog
(
CONTENTVIEW_GENERAL
.
contentID
);
COMMON
.
SetEndLog
(
CONTENTVIEW_GENERAL
.
contentID
);
CONTENTVIEW_EVENTS
.
createLockLayout
(
false
);
CONTENTVIEW_EVENTS
.
createLockLayout
(
false
);
CONTENTVIEW_INITOBJECT
.
initImageCheckMarking
();
CONTENTVIEW_INITOBJECT
.
initImageCheckMarking
();
//#16820
//console.log("tmpScale:" + tmpScale);
if
(
tmpScale
!=
1
)
{
CONTENTVIEW
.
userScale
=
tmpScale
;
CONTENTVIEW
.
changeScale
(
CONTENTVIEW
.
userScale
);
CONTENTVIEW
.
flip
();
CONTENTVIEW
.
checkDisableButtonZoom
();
}
}
}
});
});
}
}
...
...
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