[Image Resizer] Added AutomationProperties.HelpText to dimensions combo-box (#37122)

Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
This commit is contained in:
Ani
2025-02-19 17:26:49 +01:00
committed by GitHub
parent 9d148d0a3a
commit 0592e74d3d
4 changed files with 57 additions and 2 deletions

View File

@@ -254,6 +254,7 @@ namespace ImageResizer.Properties
{
_selectedSizeIndex = value;
NotifyPropertyChanged();
NotifyPropertyChanged(nameof(SelectedSize));
}
}