We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae708e3 commit 0250dc9Copy full SHA for 0250dc9
imgui_demo.cpp
@@ -540,8 +540,9 @@ void ImGui::ShowDemoWindow(bool* p_open)
540
IMGUI_DEMO_MARKER("Configuration/Style");
541
if (ImGui::TreeNode("Style"))
542
{
543
+ ImGui::Checkbox("Style Editor", &show_tool_style_editor);
544
+ ImGui::SameLine();
545
HelpMarker("The same contents can be accessed in 'Tools->Style Editor' or by calling the ShowStyleEditor() function.");
- ImGui::ShowStyleEditor();
546
ImGui::TreePop();
547
ImGui::Spacing();
548
}
0 commit comments