Skip to content
Snippets Groups Projects
Commit 4ceeedbb authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

macosx: fix position slider appearance (closes #20697)

This fixes a regression introduced in a6e1e1b0
parent 8e1fcb90
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,11 @@ static CVReturn DisplayLinkCallback(CVDisplayLinkRef displayLink, const CVTimeSt
[NSGraphicsContext restoreGraphicsState];
}
- (NSRect)barRectFlipped:(BOOL)flipped
{
return [[self controlView] bounds];
}
- (void)drawBarInside:(NSRect)rect flipped:(BOOL)flipped
{
// Inset rect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment