mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-02 03:40:06 +00:00
Misc tweaks, comments.
This commit is contained in:
parent
0ebf49b4c1
commit
0a73c6ec3f
4 changed files with 9 additions and 4 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue