Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
ADIM
Commits
7e5c3639
Commit
7e5c3639
authored
Mar 27, 2017
by
M. Chardon
Browse files
bug création carré et eclipse
parent
346f8b9c
Changes
2
Show whitespace changes
Inline
Side-by-side
adim_project/adim_app/static/_src/adim/tools/ellipsegeo.js
View file @
7e5c3639
...
...
@@ -337,6 +337,8 @@ define(["paper", "tools/Shape.class","adim/category"], function (paper, Shape, C
if
(
_drawingLine
&&
terminateOnRelease
)
{
drawEllGeo
(
this
,
event
);
_terminateCreate
(
event
);
}
else
{
_startPoint
=
null
;
}
}
_editedSegmentIdx
=
_editedRecGeo
=
null
;
...
...
adim_project/adim_app/static/_src/adim/tools/rectanglegeo.js
View file @
7e5c3639
...
...
@@ -297,6 +297,8 @@ define(["paper", "tools/Shape.class","adim/category"], function (paper, Shape, C
if
(
_drawingLine
&&
terminateOnRelease
)
{
drawRecGeo
(
this
,
event
);
_terminateCreate
(
event
);
}
else
{
_startPoint
=
null
;
}
}
_editedSegmentIdx
=
_editedRecGeo
=
null
;
...
...
Write
Preview
Supports
Markdown
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