Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
51d3b6c9
Commit
51d3b6c9
authored
Jul 02, 2005
by
bigben
Browse files
select first moved item instead of the last one after a drag and drop.
parent
23235a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/playlist.m
View file @
51d3b6c9
...
...
@@ -1649,7 +1649,8 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
}
[
self
playlistUpdated
];
i_row
=
[
o_outline_view
rowForItem
:[
o_outline_dict
objectForKey:
[
NSString
stringWithFormat
:
@"%p"
,
p_item
]]];
objectForKey:
[
NSString
stringWithFormat
:
@"%p"
,
[[
o_all_items
objectAtIndex
:
0
]
pointerValue
]]]];
if
(
i_row
==
-
1
)
{
...
...
Write
Preview
Supports
Markdown
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