This commit is contained in:
Kathy Ruffing 2011-02-14 16:31:06 +00:00
parent 7b5e9ce4d6
commit 4d021ea9a3

View File

@ -781,6 +781,7 @@ namespace Volian.Controls.Library
_lastReadOnly = ReadOnly; _lastReadOnly = ReadOnly;
} }
FindAllLinks(); FindAllLinks();
if (txt == "") SelectionFont = FormatFont;
} }
private static void AddFontTable(StringBuilder selectedRtfSB, Font myFont, bool isFixed) private static void AddFontTable(StringBuilder selectedRtfSB, Font myFont, bool isFixed)
{ {