Fixed lettered high level step.
Removed preceding space in PDF file name used for compares
This commit is contained in:
parent
0d79b08401
commit
810d1124f0
Binary file not shown.
@ -494,7 +494,7 @@ namespace Volian.Print.Library
|
|||||||
if (DebugOutput)
|
if (DebugOutput)
|
||||||
{
|
{
|
||||||
// 16-bit background
|
// 16-bit background
|
||||||
string procedureFileName = BackgroundFolder + "\\" + PDFFile;//CreateFileName(myProcedure.DisplayNumber);
|
string procedureFileName = BackgroundFolder + "\\" + PDFFile.Trim();//CreateFileName(myProcedure.DisplayNumber);
|
||||||
FileInfo VEPromsFile = new FileInfo(procedureFileName);
|
FileInfo VEPromsFile = new FileInfo(procedureFileName);
|
||||||
if (VEPromsFile.Exists && !doingFoldout)
|
if (VEPromsFile.Exists && !doingFoldout)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user