Skip to content
Snippets Groups Projects
Unverified Commit 212629bc authored by fsdavid's avatar fsdavid Committed by GitHub
Browse files

Update connectivityBrowser.component.ts

parent f4fe5e27
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ export class ConnectivityBrowserComponent implements OnInit, AfterViewInit, OnDe ...@@ -251,7 +251,7 @@ export class ConnectivityBrowserComponent implements OnInit, AfterViewInit, OnDe
} }
public addNewColorMap() { public addNewColorMap() {
if (this.defaultColorMap) { if (!this.defaultColorMap) {
this.defaultColorMap = new Map(getWindow().interactiveViewer.viewerHandle.getLayersSegmentColourMap()) this.defaultColorMap = new Map(getWindow().interactiveViewer.viewerHandle.getLayersSegmentColourMap())
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment