Browse Source

Added BitmapManager Debugger Display

CPKreuz 4 years ago
parent
commit
dd5ef7611c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      PixiEditor/Models/Controllers/BitmapManager.cs

+ 2 - 0
PixiEditor/Models/Controllers/BitmapManager.cs

@@ -1,6 +1,7 @@
 using System;
 using System;
 using System.Collections.Generic;
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
 using System.Collections.ObjectModel;
+using System.Diagnostics;
 using System.Linq;
 using System.Linq;
 using System.Windows;
 using System.Windows;
 using System.Windows.Input;
 using System.Windows.Input;
@@ -18,6 +19,7 @@ using PixiEditor.Models.Tools.ToolSettings.Settings;
 
 
 namespace PixiEditor.Models.Controllers
 namespace PixiEditor.Models.Controllers
 {
 {
+    [DebuggerDisplay("{Documents.Count} Document(s)")]
     public class BitmapManager : NotifyableObject
     public class BitmapManager : NotifyableObject
     {
     {
         private Document activeDocument;
         private Document activeDocument;