B2026-046-RO-symbols-and-Annotations
This commit is contained in:
@@ -221,7 +221,6 @@ namespace Volian.Controls.Library
|
|||||||
{
|
{
|
||||||
if (!DesignMode) // B2019-043 need to check if we are just saving changes to the user interface
|
if (!DesignMode) // B2019-043 need to check if we are just saving changes to the user interface
|
||||||
{
|
{
|
||||||
//rtxbComment.Text = value;
|
|
||||||
if (value != null)
|
if (value != null)
|
||||||
{
|
{
|
||||||
rtxbComment.Text = Regex.Replace(value, @"\\u([0-9]{1,4})\?", m => Convert.ToChar(int.Parse(m.Groups[1].Value)).ToString());
|
rtxbComment.Text = Regex.Replace(value, @"\\u([0-9]{1,4})\?", m => Convert.ToChar(int.Parse(m.Groups[1].Value)).ToString());
|
||||||
|
|||||||
Reference in New Issue
Block a user