B2022-026 RO Memory reduction coding (Jakes Merge)
This commit is contained in:
@@ -339,7 +339,7 @@ namespace Volian.Print.Library
|
||||
{
|
||||
foreach (ROCheck roc in pi.MyDifferences.ROConsistency.MyROChecks)
|
||||
{
|
||||
ROFSTLookup.rochild rocc = lu.GetRoChild12(roc.ROID);
|
||||
ROFSTLookup.rochild rocc = lu.GetRoChild(roc.ROID);
|
||||
if (rocc.type == 1)
|
||||
{
|
||||
string newROValue = lu.GetRoValue(roc.ROID).Replace('`', '\xb0');
|
||||
|
Reference in New Issue
Block a user