mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 19:01:27 +00:00
Merge branch 'fix-titlebar' of https://github.com/zzhaolei/kitty
This commit is contained in:
commit
dba73e82be
1 changed files with 0 additions and 2 deletions
|
|
@ -3711,7 +3711,6 @@ apply_titlebar_color_settings(_GLFWwindow *window) {
|
|||
if (!window->ns.titlebar_hidden && window->decorated && tc.was_set && window->ns.last_applied_titlebar_settings.transparent) {
|
||||
NSColor *titlebar_color = [NSColor colorWithSRGBRed:tc.red green:tc.green blue:tc.blue alpha:tc.alpha];
|
||||
set_title_bar_background(nsw, titlebar_color);
|
||||
[titlebar_color release];
|
||||
} else clear_title_bar_background_views(nsw);
|
||||
#undef tc
|
||||
}
|
||||
|
|
@ -4239,4 +4238,3 @@ _glfwPlatformDragDataReady(const char *mime_type) {
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue