Fix B2016-093: Sometimes windows are left blue after adding RO
This commit is contained in:
parent
fcd21ac6d1
commit
8c8aad861b
@ -571,6 +571,7 @@ namespace Volian.Controls.Library
|
|||||||
Rtf = Rtf.Replace(@"\line\pard", @"\line");
|
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:
|
// 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
|
// The Microsoft RichTextBox has a problem with hardspaces, that they don't work between numbers and lettters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user