Remove redundant MakeCurrent call, the base OnDrawn already does this.

This commit is contained in:
Jarl Gullberg 2017-09-15 12:41:23 +02:00
parent e9f27ff630
commit 6d4bb30596
No known key found for this signature in database
GPG key ID: FBB69BD7CAE095A0

View file

@ -229,11 +229,6 @@ namespace OpenTK
{
Initialize();
}
else
{
_GraphicsContext.MakeCurrent(_WindowInfo);
}
#if GTK3
var result = base.OnDrawn(cr);
#else