mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Playlist UI Tweaks: add playlist-creation buttons to Playlist Selector dialog.
Also fix gtk packing so the list grows if you resize the window.
This commit is contained in:
parent
6813488025
commit
e152b80abd
2 changed files with 72 additions and 16 deletions
|
|
@ -88,6 +88,12 @@ private:
|
|||
|
||||
plMode _mode;
|
||||
|
||||
ArdourWidgets::ArdourButton _btn_new_plist;
|
||||
ArdourWidgets::ArdourButton _btn_copy_plist;
|
||||
|
||||
void new_plist_button_clicked();
|
||||
void copy_plist_button_clicked();
|
||||
|
||||
sigc::connection select_connection;
|
||||
PBD::ScopedConnectionList signal_connections;
|
||||
void pl_property_changed (PBD::PropertyChange const & what_changed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue