From 62bfd8f61b7e3c21f7accc11ca1485b1b44a2788 Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 7 Dec 2021 10:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=E6=98=BE=E7=A4=BAGizmo?= =?UTF-8?q?=E6=97=B6=E6=9C=AA=E8=BF=98=E5=8E=9F=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Editor/TranstrolControl/TransformServices.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Editor/TranstrolControl/TransformServices.ts b/src/Editor/TranstrolControl/TransformServices.ts index 39eb28ce2..5c541d247 100644 --- a/src/Editor/TranstrolControl/TransformServices.ts +++ b/src/Editor/TranstrolControl/TransformServices.ts @@ -653,6 +653,7 @@ export class TransformServicess implements EditorService for (let a of this._CtrlAxes) { MatrixToPreViewMat(this._Matrix, this._Editor.App.Viewer, a, UCSPsotion.Origin, false); + a.Reset(); a.HideAxes(); } this._Editor.App.Viewer.PreViewer.UpdateScreen();