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
Devrim Gunyel
core
Commits
33246d8c
Commit
33246d8c
authored
Jun 07, 2019
by
Piotr Gawron
Browse files
empty data overlay doesn't have glyph
parent
ec7dad53
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
33246d8c
...
@@ -29,6 +29,8 @@ minerva (12.3.1~beta.1) unstable; urgency=low
...
@@ -29,6 +29,8 @@ minerva (12.3.1~beta.1) unstable; urgency=low
*
Bug
fix
:
empty
type
for
data
overlay
is
allowed
(#
827
)
*
Bug
fix
:
empty
type
for
data
overlay
is
allowed
(#
827
)
*
Bug
fix
:
genetic
variants
data
overlay
was
ignoring
color
parameter
(#
827
)
*
Bug
fix
:
genetic
variants
data
overlay
was
ignoring
color
parameter
(#
827
)
*
Bug
fix
:
pathways
can
be
drawn
using
glyphs
(#
825
)
*
Bug
fix
:
pathways
can
be
drawn
using
glyphs
(#
825
)
*
Bug
fix
:
empty
background
overlay
doesn
't show glyphs, instead standard
visualization is used (#826)
minerva (13.1.0~beta.0) unstable; urgency=low
minerva (13.1.0~beta.0) unstable; urgency=low
* Feature: annotators are more flexible - you can define set of input and
* Feature: annotators are more flexible - you can define set of input and
...
...
model-command/src/main/java/lcsb/mapviewer/commands/ColorModelCommand.java
View file @
33246d8c
...
@@ -337,6 +337,7 @@ public class ColorModelCommand extends ModelCommand {
...
@@ -337,6 +337,7 @@ public class ColorModelCommand extends ModelCommand {
for
(
Element
element
:
result
.
getElements
())
{
for
(
Element
element
:
result
.
getElements
())
{
element
.
setColor
(
Color
.
WHITE
);
element
.
setColor
(
Color
.
WHITE
);
element
.
setGlyph
(
null
);
}
}
for
(
Reaction
reaction
:
result
.
getReactions
())
{
for
(
Reaction
reaction
:
result
.
getReactions
())
{
for
(
AbstractNode
node
:
reaction
.
getNodes
())
{
for
(
AbstractNode
node
:
reaction
.
getNodes
())
{
...
...
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