diff --git a/Cocoa/Document.m b/Cocoa/Document.m index ab0037361..19dd1a475 100644 --- a/Cocoa/Document.m +++ b/Cocoa/Document.m @@ -781,6 +781,8 @@ - (void)windowControllerDidLoadNib:(NSWindowController *)aController self.memoryWindow.title = [NSString stringWithFormat:@"Memory – %@", [self.fileURL.path lastPathComponent]]; self.vramWindow.title = [NSString stringWithFormat:@"VRAM Viewer – %@", [self.fileURL.path lastPathComponent]]; + self.consoleWindow.level = NSNormalWindowLevel; + self.debuggerSplitView.dividerColor = self.debuggerVerticalLine.borderColor; [self.debuggerVerticalLine removeFromSuperview]; // No longer used, just there for the color if (@available(macOS 11.0, *)) {