Use OakCreateViewWithColor()

This commit is contained in:
Allan Odgaard
2013-01-14 04:05:07 +01:00
parent 87162c9897
commit 8618224d00

View File

@@ -97,9 +97,7 @@ private:
if([[NSUserDefaults standardUserDefaults] boolForKey:@"DocumentView Disable Line Numbers"])
[gutterView setVisibility:NO forColumnWithIdentifier:GVLineNumbersColumnIdentifier];
gutterDividerView = [[NSBox alloc] initWithFrame:NSZeroRect];
gutterDividerView.boxType = NSBoxCustom;
gutterDividerView.borderType = NSLineBorder;
gutterDividerView = [OakCreateViewWithColor() retain];
[self addSubview:gutterDividerView];
statusBar = [[OTVStatusBar alloc] initWithFrame:NSZeroRect];