diff --git a/src/components/FusionSettings/DensityCorrection.vue b/src/components/FusionSettings/DensityCorrection.vue index 4311aca..a7dac59 100644 --- a/src/components/FusionSettings/DensityCorrection.vue +++ b/src/components/FusionSettings/DensityCorrection.vue @@ -477,7 +477,7 @@ export default defineComponent({ set?.SetBlendingHorDensity( $store.getters.GetTheCurrentlySelectedCamera[0], $store.getters.GetTheCurrentlySelectedCamera[1], - index-4, + index>4?index-4:index+1, Number(value) ); } @@ -500,7 +500,6 @@ export default defineComponent({ Math.ceil( (obj_y - default_location[index].y) * Proportion.value.y ); - console.log(index, x,'h') value[index+5].x = x > config.width ? config.width : x && x < 0 ? 0 : x; send_configuration(index, x,'h') }