fix: revert back to UTF8-BOM first
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.Net.Mime;
|
||||
using System.Windows.Input;
|
||||
@@ -748,4 +748,4 @@ public abstract class NumericUpDownBase<T> : NumericUpDown where T : struct, ICo
|
||||
SetCurrentValue(ValueProperty, EmptyInputValue);
|
||||
SyncTextAndValue(false, forceTextUpdate: true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user