Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ final class SplitViewController: NSSplitViewController {
}
}

override func splitView(_ splitView: NSSplitView, canCollapseSubview subview: NSView) -> Bool {
false
}

override func splitView(_ splitView: NSSplitView, shouldHideDividerAt dividerIndex: Int) -> Bool {
// For some reason, AppKit _really_ wants to hide dividers when there's only one item (and no dividers)
// so we do this check for them.
Expand Down