Browse Source

[完善] 预览图片形状默认隐藏

develop
徐振升 4 years ago
parent
commit
1e90f59460
  1. 1
      src/app/working-area/working-area.component.ts

1
src/app/working-area/working-area.component.ts

@ -952,6 +952,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
// this.previewSinglePointIcon.scale.set(1 / this.backgroundImage.scale.x);
// }
this.previewImage = new AxPreviewImageShape(this);
this.previewImage.visible = false;
}
/**
* 线

Loading…
Cancel
Save