Use code that finds the ROImage file based upon filename.
This commit is contained in:
@@ -729,6 +729,7 @@ namespace Volian.Controls.Library
|
||||
fname += string.Format(".{0}", MyROFST.MyRODb.RODbConfig.GetDefaultGraphicExtension());
|
||||
}
|
||||
if (tmp == null) tmp = ROImageInfo.GetByROFstID_FileName(MyROFST.ROFstID, fname);
|
||||
if (tmp == null) tmp = MyROFST.GetROImageByFilename(fname, null);
|
||||
if (tmp !=null)
|
||||
{
|
||||
ROImageConfig rc = new ROImageConfig(tmp);
|
||||
|
Reference in New Issue
Block a user