File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/task Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ private void applyVisualStyle() {
51
51
CyNetworkView view = options .getNetworkView ();
52
52
VisualStyle vs = getVisualStyle (options .getEnrichmentMap ());
53
53
54
+ if (!vs .equals (visualMappingManager .getVisualStyle (view )))
55
+ visualMappingManager .setVisualStyle (vs , view );
56
+
54
57
if (updateChartOnly )
55
58
styleBuilderProvider .get ().updateNodeChart (vs , options , chart );
56
59
else
57
60
styleBuilderProvider .get ().updateProperties (vs , options , chart );
58
-
59
- if (!vs .equals (visualMappingManager .getVisualStyle (view )))
60
- visualMappingManager .setVisualStyle (vs , view );
61
61
}
62
62
63
63
private VisualStyle getVisualStyle (EnrichmentMap map ) {
You can’t perform that action at this time.
0 commit comments