Skip to content

Commit

Permalink
Added UndoManager Debugger Display
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Mar 8, 2021
1 parent dd5ef76 commit 81cfdbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PixiEditor/Models/Controllers/UndoManager.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using PixiEditor.Models.Undo;
using PixiEditor.ViewModels;

namespace PixiEditor.Models.Controllers
{
[DebuggerDisplay("{UndoStack.Count} undo steps, {RedoStack.Count} redo step(s)")]
public class UndoManager
{
private bool lastChangeWasUndo;
Expand Down

0 comments on commit 81cfdbe

Please sign in to comment.