Update the context when the native window is resized.

This commit is contained in:
the_fiddler 2009-11-06 21:56:35 +00:00
parent ef4658a647
commit 2e418e5b6b

View file

@ -746,6 +746,7 @@ namespace OpenTK.Platform.MacOS
set
{
SetSize((short)value.Width, (short)value.Height);
context.Update(WindowInfo);
}
}