@cornerstonejs/core 3.31.13 → 3.32.0

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.
@@ -208,6 +208,9 @@ class ContextPoolRenderingEngine extends BaseRenderingEngine {
208
208
  });
209
209
  renderWindow.render();
210
210
  allRenderers.forEach(({ renderer: r }) => r.setDraw(false));
211
+ widgetRenderers.forEach((_, renderer) => {
212
+ renderer.setDraw(false);
213
+ });
211
214
  const openGLRenderWindow = offscreenMultiRenderWindow.getOpenGLRenderWindow();
212
215
  const context = openGLRenderWindow.get3DContext();
213
216
  const offScreenCanvas = context.canvas;
@@ -1 +1 @@
1
- export declare const version = "3.31.13";
1
+ export declare const version = "3.32.0";
@@ -1 +1 @@
1
- export const version = '3.31.13';
1
+ export const version = '3.32.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "3.31.13",
3
+ "version": "3.32.0",
4
4
  "description": "Cornerstone3D Core",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -97,5 +97,5 @@
97
97
  "type": "individual",
98
98
  "url": "https://ohif.org/donate"
99
99
  },
100
- "gitHead": "927b4adb9c9c46af4bb04f372c4580e40b9ee508"
100
+ "gitHead": "ca7a296a71a65445ecb8f870ca7a412fb0bd39fd"
101
101
  }