This commit is contained in:
Marshall Lerner 2023-03-13 13:11:44 -04:00
Родитель 4a02422c27
Коммит 43c8261d79
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -50,7 +50,7 @@ namespace Xwt.Mac
protected override Size GetNaturalSize ()
{
return nsImage == null ? Size.Zero : nsImage.ToXwtSize ();
return nsImage == null ? Size.Zero : nsImage.Size.ToXwtSize ();
}
NSImage nsImage; // Needed to keep a ref, otherwise Xam.Mac might GC the managed version and then try to resurrect it