Skip to content

Commit 791902c

Browse files
committed
...
1 parent 09133a7 commit 791902c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glfw/cocoa_window.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3294,7 +3294,7 @@ void clear_title_bar_background_views(NSWindow *window) {
32943294
if (!backgroundColor) return;
32953295

32963296
const CGFloat height = title_bar_and_tool_bar_height(window);
3297-
debug_rendering("titlebar_height used for translucent titlebar view: %f", height);
3297+
debug_rendering("titlebar_height used for translucent titlebar view: %f\n", height);
32983298
NSView *bgView = [[NSView alloc] initWithFrame:NSMakeRect(
32993299
0, titlebarContainer.bounds.size.height - height, titlebarContainer.bounds.size.width, height)];
33003300
bgView.autoresizingMask = NSViewWidthSizable | NSViewMinYMargin;

0 commit comments

Comments
 (0)