mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add key forwarding to playlist selector dialog
This commit is contained in:
parent
2e0fa8943a
commit
b03c8e7849
2 changed files with 21 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue