Browse Source

绘制圆

haojianlong 4 years ago
parent
commit
7908fb0878
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/editClass/persagy-edit/PTopoScene.ts

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

@@ -58,7 +58,6 @@ export class PTopoScene extends SBaseEditScene {
             console.log('编辑多边形')
         } else if (this.editCmd == "EditBaseRect") {
             this.addRectItem(event)
-            this.addCircleItem(event)
             this.clearCmdStatus();
         } else if (this.editCmd == "EditBaseTriangle") {
             this.addTriangleItem(event)