Browse Source

ShowTestWindow: missing TreePop() call in Mouse Cursor section.

ocornut 10 years ago
parent
commit
efd927e300
1 changed files with 1 additions and 0 deletions
  1. 1 0
      imgui.cpp

+ 1 - 0
imgui.cpp

@@ -10038,6 +10038,7 @@ void ImGui::ShowTestWindow(bool* opened)
                 if (ImGui::IsItemHovered()) 
                     ImGui::SetMouseCursor(i);
             }
+            ImGui::TreePop();
         }
     }