浏览代码

Fix the previous fixes

Equbuxu 4 年之前
父节点
当前提交
5b2c25220d
共有 2 个文件被更改,包括 8 次插入4 次删除
  1. 6 3
      PixiEditor/Models/Tools/Tools/MoveViewportTool.cs
  2. 2 1
      PixiEditor/Models/Tools/Tools/ZoomTool.cs

+ 6 - 3
PixiEditor/Models/Tools/Tools/MoveViewportTool.cs

@@ -1,6 +1,9 @@
-using PixiEditor.Models.Position;
-using PixiEditor.ViewModels;
-
+using PixiEditor.Models.Controllers;
+using PixiEditor.Models.Position;
+using PixiEditor.ViewModels.SubViewModels.Main;
+using System.Collections.Generic;
+using System.Windows.Input;
+
 namespace PixiEditor.Models.Tools.Tools
 {
     public class MoveViewportTool : ReadonlyTool

+ 2 - 1
PixiEditor/Models/Tools/Tools/ZoomTool.cs

@@ -1,4 +1,5 @@
-using PixiEditor.Models.Position;
+using PixiEditor.Models.Controllers;
+using PixiEditor.Models.Position;
 using System.Collections.Generic;
 using System.Windows.Input;