trigger_ui: cancel audition when you drag+drop a clip so you can play with it

This commit is contained in:
Ben Loftis 2022-01-17 19:47:49 -06:00
parent c6a3c54907
commit 0eb44c3be9
2 changed files with 8 additions and 0 deletions

View file

@ -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&);