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
eb19d33a
Commit
eb19d33a
authored
Jul 06, 2015
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.6.3のエラーを対応する。
parent
a370180b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
abvw/js/contentview_Events.js
+4
-2
No files found.
abvw/js/contentview_Events.js
View file @
eb19d33a
...
...
@@ -848,8 +848,10 @@ CONTENTVIEW_EVENTS.onClick_CanvasMain = function(event) {
CONTENTVIEW_GENERAL
.
positonY
=
CONTENTVIEW_GENERAL
.
newpositionY
;
var
hitPageObj
=
CONTENTVIEW_GETDATA
.
getContent
().
currentPage
.
hitTest
(
imagePt
.
x
,
imagePt
.
y
);
// newPostion
CONTENTVIEW_GENERAL
.
newpositionX
=
hitPageObj
.
x
;
CONTENTVIEW_GENERAL
.
newpositionY
=
hitPageObj
.
y
;
if
(
hitPageObj
!=
null
){
CONTENTVIEW_GENERAL
.
newpositionX
=
hitPageObj
.
x
;
CONTENTVIEW_GENERAL
.
newpositionY
=
hitPageObj
.
y
;
}
if
(
hitPageObj
)
{
if
(
!
CONTENTVIEW
.
is3DObject
(
hitPageObj
)){
if
(((
CONTENTVIEW_GENERAL
.
positonX
!=
CONTENTVIEW_GENERAL
.
newpositionX
)
||
(
CONTENTVIEW_GENERAL
.
positonY
!=
CONTENTVIEW_GENERAL
.
newpositionY
))
&&
(
CONTENTVIEW_GENERAL
.
positonX
!=
undefined
))
{
...
...
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