Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
ff859e44
Commit
ff859e44
authored
Mar 06, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* the close window command was reacting irratic because of my meddling
with the responder chain. HANDS OFF you little devil ;)
parent
473edc36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
14 deletions
+1
-14
modules/gui/macosx/playlist.m
modules/gui/macosx/playlist.m
+1
-14
No files found.
modules/gui/macosx/playlist.m
View file @
ff859e44
...
...
@@ -2,7 +2,7 @@
* playlist.m: MacOS X interface plugin
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: playlist.m,v 1.1
3 2003/03/06 11:43:07
hartman Exp $
* $Id: playlist.m,v 1.1
4 2003/03/06 15:24:12
hartman Exp $
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Derk-Jan Hartman <thedj@users.sourceforge.net>
...
...
@@ -324,19 +324,6 @@
[
o_table_view
selectRow
:
i_row
byExtendingSelection
:
NO
];
[
o_table_view
scrollRowToVisible
:
i_row
];
vout_thread_t
*
p_vout
=
vlc_object_find
(
p_intf
,
VLC_OBJECT_VOUT
,
FIND_ANYWHERE
);
if
(
p_vout
==
NULL
||
!
p_vout
->
b_fullscreen
)
{
[[
NSApp
keyWindow
]
makeFirstResponder
:
o_table_view
];
}
if
(
p_vout
!=
NULL
)
{
vlc_object_release
(
(
vlc_object_t
*
)
p_vout
);
}
}
@end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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