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();