mirror of https://github.com/snes9xgit/snes9x.git
Mac: Remove 1-pixel border that was cutting into the window
This commit is contained in:
parent
4b456306da
commit
cb562b2e4c
|
@ -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] )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue