NogginBops / ImGui.NET_OpenTK_Sample

A sample project showing an ImGui (using ImGui.NET) renderer for OpenTK in C#
109 stars 26 forks source link

If 2 or more tabs are opened they become transparent #8

Closed Altair200333 closed 4 years ago

Altair200333 commented 4 years ago

If I open more tabs or hover menu panel they lose background and become transparent but text and buttons are still visible, I have no idea why this happens image

Altair200333 commented 4 years ago

Well, I managed to solve this by using OpenGL 3.3 branch. And also I found out that it is the only branch that works fine for me, the other 2 crash app after a mouse click.

P.S. after I browsed the "closed issues" pannel I found that people actually run into the same problem and switching to 3.3 helped