Skip to content

Commit

Permalink
fix: 🐛 Seg load colormap fix (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAPetts authored May 12, 2020
1 parent cefbb34 commit 3ff4f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/segmentationModule/setLabelmap3D.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function setLabelmap3DByFirstImageId(
labelmaps2D: [],
metadata,
activeSegmentIndex: 1,
colorLUTIndex: 0,
colorLUTIndex,
segmentsHidden: [],
undo: [],
redo: [],
Expand Down

0 comments on commit 3ff4f87

Please sign in to comment.