diff --git a/src/common/ClientConnection.ts b/src/common/ClientConnection.ts index 68e9163..4eec82e 100644 --- a/src/common/ClientConnection.ts +++ b/src/common/ClientConnection.ts @@ -1565,7 +1565,7 @@ export default class ClientConnection { public async SetProjectorLayout(row: number, column: number) { return await this.doRpc( - new Protocol.SetProjectorResolutionRequestEntity(row, column) + new Protocol.SetProjectorLayoutRequestEntity(row, column) ); } diff --git a/src/components/FusionSettings/SurfaceCorrection.vue b/src/components/FusionSettings/SurfaceCorrection.vue index 79fd79d..eb72f2f 100644 --- a/src/components/FusionSettings/SurfaceCorrection.vue +++ b/src/components/FusionSettings/SurfaceCorrection.vue @@ -9,7 +9,7 @@ v-model:x="value_point[index].x" v-model:y="value_point[index].y" @activated="options_model = index" @click="options_model = index" @dragging="dragStartHandle($event, index)"> {{ - index+ 1 + index + 1 }} @@ -17,7 +17,7 @@
-
+
-
- - - -
- +
+
-
+
@@ -47,12 +42,11 @@ v-model="options_model" @update:model-value="(val) => { options_model = val }" :options="options" emit-value map-options />
+ v-model="value[options_model].x" @update:model-value="chang(options_model, $event, 'h')" label="x" lazy-rules />
+ v-model="value[options_model].y" @update:model-value="chang(options_model, $event, 'h')" label="y" lazy-rules /> +
@@ -93,9 +87,13 @@
-
-
-
+
+
+
+
@@ -104,8 +102,7 @@ - - +