Updates to display tags page for inital load of RO images and other images, updates to set some pre values for resizing and ratios.

This commit is contained in:
2024-06-14 11:46:08 -04:00
parent 38425a05f9
commit 9349396d9a
2 changed files with 4 additions and 3 deletions

View File

@@ -336,6 +336,7 @@ namespace Volian.Controls.Library
this.Height = MyPictureBox.Height + 10;
if (_displayTags != null)
{
_displayTags._origFigureSizeWidth = wd;
_displayTags.TbFSwd = wd.ToString();
_displayTags.TbFSht = ht.ToString();
}