From ff44db3da5c3705f974a5ebd70bf00cfb584df89 Mon Sep 17 00:00:00 2001 From: liteng <930372551@qq.com> Date: Mon, 11 Feb 2019 19:33:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=AE=A1=E7=BA=BF=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/src/editor/menubar/GeometryMenu.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ShadowEditor.Web/src/editor/menubar/GeometryMenu.js b/ShadowEditor.Web/src/editor/menubar/GeometryMenu.js index adaecd2a..e5f52c9e 100644 --- a/ShadowEditor.Web/src/editor/menubar/GeometryMenu.js +++ b/ShadowEditor.Web/src/editor/menubar/GeometryMenu.js @@ -143,10 +143,6 @@ GeometryMenu.prototype.render = function () { html: '椭圆曲线', cls: 'option', onClick: this.addEllipseCurve.bind(this) - }, { - xtype: 'div', - html: '管线', - cls: 'option', }] }] });