Commit 07f809f3 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fix time slider knob alignment in bright mode

(cherry picked from commit 4caa39f04d760998a057a2d6affbbdad6c6f3c4a)
parent 9b0414dc
...@@ -548,8 +548,6 @@ void _drawFrameInRect(NSRect frameRect) ...@@ -548,8 +548,6 @@ void _drawFrameInRect(NSRect frameRect)
NSRect knobRect = [[self cell] knobRectFlipped:NO]; NSRect knobRect = [[self cell] knobRectFlipped:NO];
if (b_dark) if (b_dark)
knobRect.origin.y+=2; knobRect.origin.y+=2;
else
knobRect.origin.y+=1;
[self drawKnobInRect: knobRect]; [self drawKnobInRect: knobRect];
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment