Commit f04179bd authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed playlist re-ordering through drag & drop (close #6045)

parent 04c60443
...@@ -1500,12 +1500,6 @@ ...@@ -1500,12 +1500,6 @@
} }
} }
/* Don't allow on drop on playlist root element's child */
if( !item && index != NSOutlineViewDropOnItemIndex)
{
return NSDragOperationNone;
}
/* We refuse to drop an item in anything else than a child of the General /* We refuse to drop an item in anything else than a child of the General
Node. We still accept items that would be root nodes of the outlineview Node. We still accept items that would be root nodes of the outlineview
however, to allow drop in an empty playlist. */ however, to allow drop in an empty playlist. */
......
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