mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
trigger_ui: cancel audition when you drag+drop a clip so you can play with it
This commit is contained in:
parent
c6a3c54907
commit
0eb44c3be9
2 changed files with 8 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ private:
|
|||
bool test_expand (Gtk::TreeModel::iterator const&, Gtk::TreeModel::Path const&);
|
||||
void row_collapsed (Gtk::TreeModel::iterator const&, Gtk::TreeModel::Path const&);
|
||||
void drag_data_get (Glib::RefPtr<Gdk::DragContext> const&, Gtk::SelectionData&, guint, guint);
|
||||
void drag_end (Glib::RefPtr<Gdk::DragContext> const&);
|
||||
void maybe_add_dir (std::string const&);
|
||||
void audition_selected ();
|
||||
void audition (std::string const&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue