Browse Source

try debug issue

pull/11808/head
Giuseppe Lippolis 3 years ago
parent
commit
8bac5f78ff
  1. 2
      src/Avalonia.Diagnostics/Diagnostics/Views/PropertyValueEditorView.cs

2
src/Avalonia.Diagnostics/Diagnostics/Views/PropertyValueEditorView.cs

@ -73,7 +73,7 @@ namespace Avalonia.Diagnostics.Views
{
Source = Property,
Converter = converter ?? new ValueConverter(),
ConverterParameter = propertyType
ConverterParameter = readonlyProperty?.Name ?? valueProperty.Name,
}).DisposeWith(_cleanup);
if (readonlyProperty != null)

Loading…
Cancel
Save