add key forwarding to playlist selector dialog

This commit is contained in:
Paul Davis 2021-06-06 08:06:11 -06:00
parent 2e0fa8943a
commit b03c8e7849
2 changed files with 21 additions and 0 deletions

View file

@ -71,6 +71,7 @@ public:
protected:
bool on_unmap_event (GdkEventAny*);
bool on_key_press_event (GdkEventKey*);
private:
typedef std::map<PBD::ID,std::vector<boost::shared_ptr<ARDOUR::Playlist> >*> TrackPlaylistMap;