Skip to content

Commit 020ea81

Browse files
Fix seg overlay (#217)
* Fix seg overlay * Bump version
1 parent 87c0b2c commit 020ea81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dicom-microscopy-viewer",
3-
"version": "0.48.14",
3+
"version": "0.48.15",
44
"license": "MIT",
55
"author": "ImagingDataCommons",
66
"homepage": "https://github.com/imagingdatacommons/dicom-microscopy-viewer#readme",

src/viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5233,7 +5233,7 @@ class VolumeImageViewer {
52335233
segment.layer.setStyle(newStyle)
52345234
}
52355235

5236-
if (segment.q === 'FRACTIONAL') {
5236+
if (segment.segmentationType === 'FRACTIONAL') {
52375237
this.addSegmentOverlay()
52385238
}
52395239
}

0 commit comments

Comments
 (0)