We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813d083 commit afff705Copy full SHA for afff705
plugins/cocoaui/DdbTabStrip/DdbTabStrip.m
@@ -410,6 +410,7 @@ - (void)drawRect:(NSRect)dirtyRect
410
}
411
412
[NSGraphicsContext.currentContext saveGraphicsState];
413
+ [NSBezierPath clipRect:self.frame];
414
415
// draw selected
416
// calc position for drawin selected tab
0 commit comments