mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-22 01:54:21 +00:00
Data types: DragScalar, InputScalar: default parameters. Added IM_STATIC_ASSERT(). Comments.
This commit is contained in:
parent
0dc18a6ca6
commit
fc7fc83f9e
4 changed files with 15 additions and 9 deletions
|
|
@ -791,7 +791,7 @@ void ImGui::ShowDemoWindow(bool* p_open)
|
|||
ImGui::TreePop();
|
||||
}
|
||||
|
||||
if (ImGui::TreeNode("Plots widgets"))
|
||||
if (ImGui::TreeNode("Plots Widgets"))
|
||||
{
|
||||
static bool animate = true;
|
||||
ImGui::Checkbox("Animate", &animate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue