Browse Source

Removed break from debug menu, but I should check if it build's before pushing

CPKreuz 4 years ago
parent
commit
aad1679931
1 changed files with 0 additions and 5 deletions
  1. 0 5
      PixiEditor/ViewModels/ViewModelMain.cs

+ 0 - 5
PixiEditor/ViewModels/ViewModelMain.cs

@@ -165,11 +165,6 @@ namespace PixiEditor.ViewModels
 
                     // View
                     new Shortcut(Key.OemTilde, ViewportSubViewModel.ToggleGridLinesCommand, modifier: ModifierKeys.Control),
-
-#if DEBUG
-                    // Debug
-                    new Shortcut(Key.End, DebugSubViewModel.BreakCommand, modifier: ModifierKeys.Shift | ModifierKeys.Alt)
-#endif
                 }
             };
             BitmapManager.PrimaryColor = ColorsSubViewModel.PrimaryColor;