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 0d1ec0b0c1b7ce333fac03f4870dc414a8c0921d)
parent 18acb2b0
...@@ -789,7 +789,7 @@ ...@@ -789,7 +789,7 @@
playlist_item_t *p_node = NULL; playlist_item_t *p_node = NULL;
// ignore clicks on column header when handling double action // 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; return;
p_item = [[o_outline_view itemAtRow:[o_outline_view selectedRow]] pointerValue]; 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