mirror of
https://github.com/ocornut/imgui.git
synced 2026-08-21 23:01:10 +00:00
Refactor: move SetCurrentFont(), PushFont(), PopFont() to a section.
+ Add commented out config flags.
This commit is contained in:
@@ -546,6 +546,8 @@ void ImGui::ShowDemoWindow(bool* p_open)
|
||||
ImGui::SameLine(); HelpMarker("Toggling this at runtime is normally unsupported (most platform backends won't refresh the decoration right away).");
|
||||
ImGui::Checkbox("io.ConfigViewportsNoDefaultParent", &io.ConfigViewportsNoDefaultParent);
|
||||
ImGui::SameLine(); HelpMarker("Toggling this at runtime is normally unsupported (most platform backends won't refresh the parenting right away).");
|
||||
//ImGui::CheckboxFlags("ImGuiConfigFlags_DpiEnableScaleViewports", &io.ConfigFlags, ImGuiConfigFlags_DpiEnableScaleViewports);
|
||||
//ImGui::CheckboxFlags("ImGuiConfigFlags_DpiEnableScaleFonts", &io.ConfigFlags, ImGuiConfigFlags_DpiEnableScaleFonts);
|
||||
ImGui::Unindent();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user