Commit 88e63b3b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/VLC_app/VLCMainWindow.m: Fix playlist showing.

parent 5a33cfd2
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
{ {
/* Hide the navigator view (playlist view) */ /* Hide the navigator view (playlist view) */
navigatorHeight = [navigatorView bounds].size.height; navigatorHeight = [navigatorView bounds].size.height;
[[self animator] setContentHeight:[mainSplitView bounds].size.height - navigatorHeight + [mainSplitView dividerThickness]]; [[self animator] setContentHeight:[mainSplitView bounds].origin.y + [mainSplitView bounds].size.height - navigatorHeight];
/* Hack, because sliding cause some glitches */ /* Hack, because sliding cause some glitches */
[navigatorView moveSubviewsToVisible]; [navigatorView moveSubviewsToVisible];
} }
......
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