Set the tabel font to 10 point
Remove the override for the transition type 5 Modiffied code that determined the font size for inserted transitions to get the correct value.
This commit is contained in:
parent
849b7230f2
commit
05f04b75ef
Binary file not shown.
@ -1338,7 +1338,7 @@ namespace Volian.Controls.Library
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
Match match = Regex.Match(Rtf, @"\\fs[0-9]*");
|
Match match = Regex.Match(Rtf, @"\\fs[0-9]+"); // B2018-012 Make sure that there is at least 1 digit
|
||||||
return match.Value;
|
return match.Value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user