Explorar el Código

Changed Extension Debugger Display

CPKreuz hace 4 años
padre
commit
583b3f4e2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      PixiEditor.SDK/Extension.cs

+ 1 - 1
PixiEditor.SDK/Extension.cs

@@ -4,7 +4,7 @@ using System.Diagnostics;
 
 namespace PixiEditor.SDK
 {
-    [DebuggerDisplay("{DisplayName} ({Name})")]
+    [DebuggerDisplay("{DisplayName,nq} ({Name,nq})")]
     public abstract class Extension
     {
         public abstract string Name { get; }