Skip to content

Commit

Permalink
Added BitmapManager Debugger Display
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Mar 8, 2021
1 parent bef0171 commit dd5ef76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PixiEditor/Models/Controllers/BitmapManager.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Windows;
using System.Windows.Input;
Expand All @@ -18,6 +19,7 @@

namespace PixiEditor.Models.Controllers
{
[DebuggerDisplay("{Documents.Count} Document(s)")]
public class BitmapManager : NotifyableObject
{
private Document activeDocument;
Expand Down

0 comments on commit dd5ef76

Please sign in to comment.