Skip to content

Commit

Permalink
Removed break from debug menu, but I should check if it build's befor…
Browse files Browse the repository at this point in the history
…e pushing
  • Loading branch information
CPKreu committed Mar 11, 2021
1 parent 1a92bf9 commit aad1679
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions PixiEditor/ViewModels/ViewModelMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,6 @@ public ViewModelMain(IServiceProvider services)

// 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;
Expand Down

0 comments on commit aad1679

Please sign in to comment.