Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
eb9c29c6
Commit
eb9c29c6
authored
Jun 12, 2013
by
David Fuhrmann
Browse files
macosx: fix execution on 10.6
parent
da023da4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/fspanel.m
View file @
eb9c29c6
...
...
@@ -72,7 +72,8 @@
if
(
!
isInside
)
[
self
mouseExited
:
NULL
];
[
self
setAnimationBehavior
:
NSWindowAnimationBehaviorNone
];
if
(
!
OSX_SNOW_LEOPARD
)
[
self
setAnimationBehavior
:
NSWindowAnimationBehaviorNone
];
/* get a notification if VLC isn't the active app anymore */
[[
NSNotificationCenter
defaultCenter
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment