[vlc-commits] macosx: fix time slider knob alignment in bright mode

Felix Paul Kühne git at videolan.org
Mon Mar 18 23:24:30 CET 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Mar 18 22:40:27 2013 +0100| [4caa39f04d760998a057a2d6affbbdad6c6f3c4a] | committer: Felix Paul Kühne

macosx: fix time slider knob alignment in bright mode

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4caa39f04d760998a057a2d6affbbdad6c6f3c4a
---

 modules/gui/macosx/misc.m |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/gui/macosx/misc.m b/modules/gui/macosx/misc.m
index 60955a5..3389249 100644
--- a/modules/gui/macosx/misc.m
+++ b/modules/gui/macosx/misc.m
@@ -501,8 +501,6 @@ void _drawFrameInRect(NSRect frameRect)
     NSRect knobRect = [[self cell] knobRectFlipped:NO];
     if (b_dark)
         knobRect.origin.y+=2;
-    else
-        knobRect.origin.y+=1;
     [self drawKnobInRect: knobRect];
 }
 



More information about the vlc-commits mailing list