Skip to content
Snippets Groups Projects
Commit e1aed7d7 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '826-remove-glyphs-from-empty-overview' into 'devel_13.1.x'

empty data overlay doesn't have glyph

See merge request !803
parents 7f602263 33246d8c
No related branches found
No related tags found
2 merge requests!805Merge 13.1.0 beta.1,!803empty data overlay doesn't have glyph
Pipeline #10553 canceled
......@@ -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: genetic variants data overlay was ignoring color parameter (#827)
* 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
* Feature: annotators are more flexible - you can define set of input and
......
......@@ -337,6 +337,7 @@ public class ColorModelCommand extends ModelCommand {
for (Element element : result.getElements()) {
element.setColor(Color.WHITE);
element.setGlyph(null);
}
for (Reaction reaction : result.getReactions()) {
for (AbstractNode node : reaction.getNodes()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment