Skip to content

Commit 77df00e

Browse files
Fix icc profile / interpolation toggle issues (#206)
* Fix icc profile / interpolation toggle issues * Bump version
1 parent 14197cb commit 77df00e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.10",
3+
"version": "0.48.11",
44
"license": "MIT",
55
"author": "ImagingDataCommons",
66
"homepage": "https://github.com/imagingdatacommons/dicom-microscopy-viewer#readme",

src/viewer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,6 +2361,8 @@ class VolumeImageViewer {
23612361
bandCount: 1,
23622362
interpolate: this[_segmentationInterpolate]
23632363
}))
2364+
// Reset hasLoader flag since we created a new source
2365+
segment.hasLoader = false
23642366
if (segment.layer.getVisible() === true) {
23652367
this.showSegment(segment.segment.uid)
23662368
} else {

0 commit comments

Comments
 (0)