Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
4f54233d
Commit
4f54233d
authored
7 years ago
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ge recursive dynamic bugfix for annotations
parent
78fd8094
master
bugfix_backports
slapos-adapt
slapos-adapt-release
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
xtt/lib/glow/src/glow_array.cpp
xtt/lib/glow/src/glow_array.cpp
+7
-1
No files found.
xtt/lib/glow/src/glow_array.cpp
View file @
4f54233d
...
...
@@ -246,6 +246,12 @@ void GlowArray::copy_from( const GlowArray& array)
insert
(
n
);
break
;
}
case
glow_eObjectType_GrowAnnot
:
{
GrowAnnot
*
n
=
new
GrowAnnot
(
*
(
GrowAnnot
*
)
array
.
a
[
i
]);
insert
(
n
);
break
;
}
case
glow_eObjectType_GrowAxisArc
:
{
GrowAxisArc
*
n
=
new
GrowAxisArc
(
*
(
GrowAxisArc
*
)
array
.
a
[
i
]);
...
...
@@ -2031,4 +2037,4 @@ void GlowArray::set_linetype( glow_eLineType type)
void
GlowArray
::
export_flow
(
GlowExportFlow
*
ef
)
{
ef
->
array
(
this
);
}
\ No newline at end of file
}
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