mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Make divider lines opaque
Without this, it is possible to move the window when clicking directly on the line (since none of the parent views are opaque).
This commit is contained in:
@@ -47,6 +47,11 @@ NSString* const OakCursorDidHideNotification = @"OakCursorDidHideNotification";
|
||||
self.borderColor = flag ? self.primaryColor : self.secondaryColor;
|
||||
}
|
||||
}
|
||||
|
||||
- (BOOL)isOpaque
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
@end
|
||||
|
||||
static OakDividerLineView* OakCreateDividerLineWithColor (NSColor* color, NSColor* secondaryColor)
|
||||
|
||||
Reference in New Issue
Block a user