Commit 8b456a36 authored by Felix Paul Kühne's avatar Felix Paul Kühne

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

(cherry picked from commit 0d1ec0b0)
parent 18acb2b0
......@@ -789,7 +789,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