mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-20 02:18:33 +00:00
Misc tweaks, comments.
This commit is contained in:
@@ -7755,7 +7755,7 @@ static void ShowPlaceholderObject(const char* prefix, int uid)
|
||||
ImGui::TableNextRow();
|
||||
ImGui::TableSetColumnIndex(0);
|
||||
ImGui::AlignTextToFramePadding();
|
||||
bool node_open = ImGui::TreeNode("Object", "%s_%u", prefix, uid);
|
||||
bool node_open = ImGui::TreeNode("##Object", "%s_%u", prefix, uid);
|
||||
ImGui::TableSetColumnIndex(1);
|
||||
ImGui::Text("my sailor is rich");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user