B2022-088: Find Doc Ro button not working in Word Sections
B2022-089: Updating RO Crashes
This commit is contained in:
@@ -513,8 +513,9 @@ namespace Volian.Controls.Library
|
||||
else
|
||||
{
|
||||
string[] subs = m.Groups[3].Value.Split(" ".ToCharArray());
|
||||
val = lookup.GetRoValue(subs[1]);
|
||||
if (val == null || val == "?") val = lookup.GetRoValue(subs[1].Substring(0, 12));
|
||||
// B2022-088: Find Doc Ro button not working in Word Sections
|
||||
val = lookup.GetRoChild(subs[1]).value;
|
||||
if (val == null || val == "?") val = lookup.GetRoChild(subs[1].Substring(0, 12)).value;
|
||||
if (val == "?")
|
||||
{
|
||||
// Do 'empty' image box.
|
||||
|
Reference in New Issue
Block a user