From 791902caadea3e85d186bfc48acf45666ae0247b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 28 Sep 2025 17:03:33 +0530 Subject: [PATCH] ... --- glfw/cocoa_window.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/cocoa_window.m b/glfw/cocoa_window.m index 8bb2f935d..af9bcac17 100644 --- a/glfw/cocoa_window.m +++ b/glfw/cocoa_window.m @@ -3294,7 +3294,7 @@ void clear_title_bar_background_views(NSWindow *window) { if (!backgroundColor) return; const CGFloat height = title_bar_and_tool_bar_height(window); - debug_rendering("titlebar_height used for translucent titlebar view: %f", height); + debug_rendering("titlebar_height used for translucent titlebar view: %f\n", height); NSView *bgView = [[NSView alloc] initWithFrame:NSMakeRect( 0, titlebarContainer.bounds.size.height - height, titlebarContainer.bounds.size.width, height)]; bgView.autoresizingMask = NSViewWidthSizable | NSViewMinYMargin;