...
This commit is contained in:
parent
09133a7039
commit
791902caad
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue