haojianlong 4 년 전
부모
커밋
9e2cba8c98
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/editClass/persagy-edit/items/SBaseArrow.ts
  2. 1 0
      src/components/editClass/persagy-edit/items/SBasePipeUninTool.ts

+ 1 - 1
src/components/editClass/persagy-edit/items/SBaseArrow.ts

@@ -27,8 +27,8 @@
 import { SColor, SFont, SPainter, SArrowStyleType } from "@persagy-web/draw/";
 import { SBasePolylineEdit } from '@persagy-web/edit';
 import { SGraphItem, SLineStyle } from "@persagy-web/graph/lib";
-import { Marker } from "@persagy-web/big-edit/lib/types/Marker";
 import { SMouseEvent } from "@persagy-web/base/lib";
+import { Marker } from "@persagy-web/big/lib";
 
 /**
  * 编辑箭头(折线)

+ 1 - 0
src/components/editClass/persagy-edit/items/SBasePipeUninTool.ts

@@ -48,6 +48,7 @@ export class SBasePipeUninTool extends SBaseImageEdit {
     constructor(parent: SGraphItem | null, data: Marker) {
         super(parent, data);
         this.data = data;
+        this._resizeable = false
     } // Constructor
 
     /**