mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 04:08:04 -05:00
Use OakCreateViewWithColor()
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user