Langwedocjusz

Results 1 comments of Langwedocjusz

@thedmd I've encountered a very subtle problem using your Begin/EndGroupPanel functions. The minimal code to reproduce this would be: ImGui::DockSpaceOverViewport(ImGui::GetMainViewport()); ImGui::Begin("Test1"); BeginGroupPanel("Some things"); ImGui::Columns(2); ImGui::Text("Thing 1"); ImGui::NextColumn(); ImGui::Text("Thing 2"); ImGui::NextColumn();...