Răsfoiți Sursa

Fix the previous fixes

Equbuxu 4 ani în urmă
părinte
comite
5b2c25220d

+ 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;