@cornerstonejs/core 0.45.0 → 0.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "0.45.0",
3
+ "version": "0.45.1",
4
4
  "description": "",
5
5
  "main": "dist/umd/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -43,5 +43,5 @@
43
43
  "type": "individual",
44
44
  "url": "https://ohif.org/donate"
45
45
  },
46
- "gitHead": "94f27769ff36b2d414e730c9eb8ce462a8957816"
46
+ "gitHead": "2a678fa8a71841b0a241357999d737a7b7f98126"
47
47
  }
@@ -1222,7 +1222,8 @@ class StackViewport extends Viewport implements IStackViewport {
1222
1222
  this.voiRange &&
1223
1223
  this.voiRange.lower === voiRange.lower &&
1224
1224
  this.voiRange.upper === voiRange.upper &&
1225
- !forceRecreateLUTFunction
1225
+ !forceRecreateLUTFunction &&
1226
+ !this.stackInvalidated
1226
1227
  ) {
1227
1228
  return;
1228
1229
  }