You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a CollapsingHeader/treenode inside a node, it's ui goes out of bounds of the node;
ImNodes::BeginNode(node.id);
{
ImNodes::BeginStaticAttribute(node.ui.add.rhs);
if (ImGui::CollapsingHeader("Filtering"))
{
ImGui::BulletText(
"Sections below are demonstrating many aspects of the library.");
ImGui::TextUnformatted("result");
}
ImNodes::EndStaticAttribute();
}
ImNodes::EndNode();
The text was updated successfully, but these errors were encountered:
bigbigzxl
changed the title
[Question] How to adjust the input attribute position to the top ?
Using a CollapsingHeader/treenode inside a node, it's ui goes out of bounds of the node;
Oct 1, 2022
The text was updated successfully, but these errors were encountered: