Update the context when the native window is resized.
This commit is contained in:
parent
ef4658a647
commit
2e418e5b6b
1 changed files with 1 additions and 0 deletions
|
@ -746,6 +746,7 @@ namespace OpenTK.Platform.MacOS
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
SetSize((short)value.Width, (short)value.Height);
|
SetSize((short)value.Width, (short)value.Height);
|
||||||
|
context.Update(WindowInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue