I have an NSSplitView with a divider type that is thin and looks great. 
However, if I replaced one of the subzones with this line of code
[self.horizontalSplitView replaceSubview:[[self.horizontalSplitView subviews] objectAtIndex:0] with:myGreatView];
The separator looks good, how can I fix this problem?

source share