From 81c008f90d488d18370dbe6741115e126d67f539 Mon Sep 17 00:00:00 2001 From: ocornut Date: Thu, 16 Jul 2026 16:28:51 +0200 Subject: [PATCH] Examples: SDL3+Metal4: fixed bad merge. --- examples/example_sdl3_metal4/main.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/example_sdl3_metal4/main.mm b/examples/example_sdl3_metal4/main.mm index 6dabc8465..1f0cb69ce 100644 --- a/examples/example_sdl3_metal4/main.mm +++ b/examples/example_sdl3_metal4/main.mm @@ -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)