Examples: SDL3+Metal4: fixed bad merge.

This commit is contained in:
ocornut
2026-07-16 16:28:51 +02:00
parent 93bd4f0adb
commit 81c008f90d

View File

@@ -95,7 +95,6 @@ int main(int, char**)
}
// Setup scaling
ImGuiStyle& style = ImGui::GetStyle();
style.ScaleAllSizes(main_scale); // Bake a fixed style scale. (until we have a solution for dynamic style scaling, changing this requires resetting Style + calling this again)
style.FontScaleDpi = main_scale; // Set initial font scale. (in docking branch: using io.ConfigDpiScaleFonts=true automatically overrides this for every window depending on the current monitor)