[Editor] Log viewer shows stacktrace by default (#1844)
This commit is contained in:
Родитель
9101754650
Коммит
437b701834
|
@ -148,7 +148,7 @@ namespace Stride.Core.Presentation.Controls
|
|||
/// <summary>
|
||||
/// Identifies the <see cref="ShowStacktrace"/> dependency property.
|
||||
/// </summary>
|
||||
public static readonly DependencyProperty ShowStacktraceProperty = DependencyProperty.Register("ShowStacktrace", typeof(bool), typeof(TextLogViewer), new PropertyMetadata(BooleanBoxes.FalseBox, TextPropertyChanged));
|
||||
public static readonly DependencyProperty ShowStacktraceProperty = DependencyProperty.Register("ShowStacktrace", typeof(bool), typeof(TextLogViewer), new PropertyMetadata(BooleanBoxes.TrueBox, TextPropertyChanged));
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="TextLogViewer"/> class.
|
||||
|
|
Загрузка…
Ссылка в новой задаче