dwmkerr / dwmkerr/sharpgl

OpenGLControl Undocking Issue

Open
#194 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
804
Forks
294
Avg merge
3d 23h
Merged PRs (30d)
1

Description

I have a Form with OpenGLControl inside (C# program).

Those are the properties:

_glcontrol.RenderContextType = RenderContextType.NativeWindow;
_glcontrol.RenderTrigger = RenderTrigger.TimerBased;
_glcontrol.OpenGLVersion = SharpGL.Version.OpenGLVersion.OpenGL4_4;

When the Window is undocked the OpenGLControl become White and I can't restore the control over the component.

Any idea in order to resolve this issue?

thank you very much
[]
![docked_window](https://user-images.githubusercontent.com/10009988/99814141-dcfadd80-2b48-11eb-8afd-94c76f767869.png)
![udocked_window](https://user-images.githubusercontent.com/10009988/99814153-dff5ce00-2b48-11eb-8d49-d16b20ef80d7.png)

(url)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.