This commit is contained in:
Kathy Ruffing 2012-09-12 13:09:41 +00:00
parent fbe393828c
commit ec19a07277

View File

@ -634,7 +634,9 @@ namespace Volian.Controls.Library
if (tmp !=null)
{
PreviewROImage pvROImg = new PreviewROImage(tmp.Content, selectedChld.title);
ROImageConfig rc = new ROImageConfig(tmp);
int size = Convert.ToInt32(rc.Image_Size);
PreviewROImage pvROImg = new PreviewROImage(ROImageInfo.Decompress(tmp.Content,size), selectedChld.title);
pvROImg.ShowDialog();
}
else