We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c0b2c commit 020ea81Copy full SHA for 020ea81
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dicom-microscopy-viewer",
3
- "version": "0.48.14",
+ "version": "0.48.15",
4
"license": "MIT",
5
"author": "ImagingDataCommons",
6
"homepage": "https://github.com/imagingdatacommons/dicom-microscopy-viewer#readme",
src/viewer.js
@@ -5233,7 +5233,7 @@ class VolumeImageViewer {
5233
segment.layer.setStyle(newStyle)
5234
}
5235
5236
- if (segment.q === 'FRACTIONAL') {
+ if (segment.segmentationType === 'FRACTIONAL') {
5237
this.addSegmentOverlay()
5238
5239
0 commit comments