Fix B2016-093: Sometimes windows are left blue after adding RO

This commit is contained in:
Kathy Ruffing 2016-04-05 15:26:58 +00:00
parent fcd21ac6d1
commit 8c8aad861b

View File

@ -571,6 +571,7 @@ namespace Volian.Controls.Library
Rtf = Rtf.Replace(@"\line\pard", @"\line");
}
}
HideSelection = true; // fix for B2016-093: this is needed so an rtb that is not focused is not highlighted.
}
// This is to fix an issue with Hard Spaces. To Summarize:
// The Microsoft RichTextBox has a problem with hardspaces, that they don't work between numbers and lettters