We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Already fixed locally but posting with repro (so when we have testing system in place we can create tests for all those issues).
ImGui::Begin("Bug #630"); ImGui::Columns(2); ImGui::BeginGroup(); ImGui::Text("Text 1"); ImGui::Text("Text 2"); ImGui::EndGroup(); ImGui::NextColumn(); ImGui::BeginGroup(); ImGui::Text("Text 3"); ImGui::Text("Text 4"); ImGui::EndGroup(); ImGui::Columns(1); ImGui::End();
The text was updated successfully, but these errors were encountered:
9b79327
SameLine() with explicit X position is relative to left of group/colu…
954c890
…mns (ref #746, #125, #630)
No branches or pull requests
Already fixed locally but posting with repro (so when we have testing system in place we can create tests for all those issues).
The text was updated successfully, but these errors were encountered: