C2025-031 - Added Tool Tip text for button on V button. Code fix for DotNetBar Visual UI rendering

This commit is contained in:
2025-05-13 16:03:44 -04:00
parent 0fa71727ac
commit 2c1476b74c
6 changed files with 88 additions and 69 deletions

View File

@@ -340,9 +340,8 @@ namespace Volian.Controls.Library
this.Height = MyPictureBox.Height + 10;
if (_displayTags != null)
{
_displayTags._origFigureSizeWidth = wd;
_displayTags.TbFSwd = wd.ToString();
_displayTags.TbFSht = ht.ToString();
// Set the Height and Width on the step properties page for the new image
_displayTags.SetNewImageHeightAndWidth(ht, wd);
}
}