picoe / Eto.OpenTK

Eto OpenGL viewport (C#)
MIT License
24 stars 41 forks source link

Fix using GLSurface in a child layout. #15

Closed cwensley closed 6 years ago

cwensley commented 6 years ago

For example, if you put the view in a TableLayout inside another TableLayout.

This makes it so the view can only be initialized when the control is fully loaded.

Fixes #13

Note there's a few extra changes in MacGLView8.cs due to line endings being inconsistent in the file (some were LF, some CRLF). Add ?w=1 to the GitHub url to view without whitespace changes.