Skip to content

Commit

Permalink
make right click return to the all playlist display on the playlist tab
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 13, 2017
1 parent 5dfd7da commit 809698d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,11 @@ local playlists = Def.ActorFrame{
self:visible(true)
allplaylists = SONGMAN:GetPlaylists()
self:RunCommandsOnChildren(cmd(queuecommand, "Display"))
end,
MouseRightClickMessageCommand=function(self)
if update then
MESSAGEMAN:Broadcast("DislayAll")
end
end
}

Expand Down

0 comments on commit 809698d

Please sign in to comment.