Commit 0d1ec0b0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed the 'Play' item in the playlist's right-click menu

parent 8de3a90b
......@@ -897,7 +897,7 @@
playlist_item_t *p_node = NULL;
// ignore clicks on column header when handling double action
if( sender != nil && [o_outline_view clickedRow] == -1 )
if( sender != nil && [o_outline_view clickedRow] == -1 && sender != o_mi_play)
return;
p_item = [[o_outline_view itemAtRow:[o_outline_view selectedRow]] pointerValue];
......
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