Merge branch 'remove_space' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
4f5264277e
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ - (void)openFilesFromPasteboard:(NSPasteboard *)pasteboard type:(int)type {
|
|||
{
|
||||
@autoreleasepool {
|
||||
|
||||
NSWindow *window = (NSWindow *)w;
|
||||
NSWindow *window = (NSWindow*)w;
|
||||
|
||||
double red = ((titlebar_color >> 16) & 0xFF) / 255.0;
|
||||
double green = ((titlebar_color >> 8) & 0xFF) / 255.0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue