Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
4a282dc4
Commit
4a282dc4
authored
Sep 26, 2018
by
Piotr Gawron
Browse files
fontColor should be copied when creating new object
parent
3ac9ab15
Changes
1
Hide whitespace changes
Inline
Side-by-side
model/src/main/java/lcsb/mapviewer/model/map/species/Element.java
View file @
4a282dc4
...
...
@@ -272,6 +272,7 @@ public abstract class Element implements BioEntity, Serializable, SbmlArgument {
height
=
original
.
getHeight
();
fontSize
=
original
.
getFontSize
();
color
=
original
.
getColor
();
fontColor
=
original
.
getFontColor
();
for
(
SearchIndex
searchIndex
:
original
.
getSearchIndexes
())
{
searchIndexes
.
add
(
searchIndex
.
copy
());
}
...
...
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