1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ecaca550ab
commit
f499557c01
|
@ -206,9 +206,9 @@ export default {
|
||||||
// this.imageInfo.wwwc = `${Math.round(detail.image.windowWidth)}/${Math.round(detail.image.windowCenter)}`
|
// this.imageInfo.wwwc = `${Math.round(detail.image.windowWidth)}/${Math.round(detail.image.windowCenter)}`
|
||||||
this.getOrientationMarker()
|
this.getOrientationMarker()
|
||||||
this.$emit('renderAnnotations', this.series)
|
this.$emit('renderAnnotations', this.series)
|
||||||
const toolGroupId = `viewport-${this.viewportIndex}`
|
// const toolGroupId = `viewport-${this.viewportIndex}`
|
||||||
const toolGroup = ToolGroupManager.getToolGroup(toolGroupId)
|
// const toolGroup = ToolGroupManager.getToolGroup(toolGroupId)
|
||||||
toolGroup.setToolEnabled('ScaleOverlay')
|
// toolGroup.setToolEnabled('ScaleOverlay')
|
||||||
},
|
},
|
||||||
voiModified(e) {
|
voiModified(e) {
|
||||||
const renderingEngine = getRenderingEngine(this.renderingEngineId)
|
const renderingEngine = getRenderingEngine(this.renderingEngineId)
|
||||||
|
|
Loading…
Reference in New Issue