Mac: Remove 1-pixel border that was cutting into the window

This commit is contained in:
Michael Buckley 2020-06-20 17:35:14 -07:00
parent 4b456306da
commit cb562b2e4c
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ static NSWindowFrameAutosaveName const kMainWindowIdentifier = @"s9xMainWindow";
window.restorationClass = [self class];
window.frameAutosaveName = kMainWindowIdentifier;
window.releasedWhenClosed = NO;
window.backgroundColor = NSColor.clearColor;
if ( ![window setFrameUsingName:kMainWindowIdentifier] )
{