Skip to content

Commit

Permalink
Added Layer Debugger Display
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Mar 8, 2021
1 parent c021057 commit 8dc2ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PixiEditor/Models/Layers/Layer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Windows;
using System.Windows.Media;
Expand All @@ -12,6 +13,7 @@

namespace PixiEditor.Models.Layers
{
[DebuggerDisplay("'{name,nq}' {width}x{height}")]
public class Layer : BasicLayer
{
private const int SizeOfArgb = 4;
Expand Down

0 comments on commit 8dc2ae7

Please sign in to comment.